The R Project SVN R

Rev

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

Rev 43202 Rev 43286
Line 1... Line 1...
1
 
1
 
2
R version 2.7.0 Under development (unstable) (2007-10-17 r43189)
2
R version 2.7.0 Under development (unstable) (2007-10-25 r43276)
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 147... Line 147...
147
> 
147
> 
148
> plot(cos, -7,7, n=11, axes=FALSE)
148
> plot(cos, -7,7, n=11, axes=FALSE)
149
> ## gave wrong ylab in R 2.6.0
149
> ## gave wrong ylab in R 2.6.0
150
> plot(cos, -7,7, ylab = "Cosine  cos(x)", n=11, axes=FALSE)
150
> plot(cos, -7,7, ylab = "Cosine  cos(x)", n=11, axes=FALSE)
151
> ## partial matching of 'ylab'; mapping  [0,1] (not [-7.7]):
151
> ## partial matching of 'ylab'; mapping  [0,1] (not [-7.7]):
-
 
152
> ## margins chosen to avoid rouding error showing to 2dp.
-
 
153
> op <- par(mar=c(5,4.123,4,2)+0.1)
152
> plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
154
> plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
153
Warning in x(x) : NaNs produced
155
Warning in x(x) : NaNs produced
-
 
156
> par(op)
154
> 
157
> 
155
> 
158
>