The R Project SVN R

Rev

Rev 43286 | Rev 43636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43286 Rev 43526
Line 1... Line 1...
1
 
1
 
2
R version 2.7.0 Under development (unstable) (2007-10-25 r43276)
2
R version 2.7.0 Under development (unstable) (2007-11-23 r43524)
3
Copyright (C) 2007 The R Foundation for Statistical Computing
3
Copyright (C) 2007 The R Foundation for Statistical Computing
4
ISBN 3-900051-07-0
4
ISBN 3-900051-07-0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 153... Line 153...
153
> op <- par(mar=c(5,4.123,4,2)+0.1)
153
> op <- par(mar=c(5,4.123,4,2)+0.1)
154
> plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
154
> plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
155
Warning in x(x) : NaNs produced
155
Warning in x(x) : NaNs produced
156
> par(op)
156
> par(op)
157
> 
157
> 
-
 
158
> ## plot.ts(x, y) could get the labels wrong in R <= 2.6.0:
-
 
159
> x <- ts(1:5);x1 <- lag(x, 2); plot(x1, x, axes=FALSE)
158
> 
160
>