The R Project SVN R

Rev

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

Rev 86239 Rev 88200
Line 123... Line 123...
123
 
123
 
124
plot(cos, -7,7, n=11, axes=FALSE)
124
plot(cos, -7,7, n=11, axes=FALSE)
125
## gave wrong ylab in R 2.6.0
125
## gave wrong ylab in R 2.6.0
126
plot(cos, -7,7, ylab = "Cosine  cos(x)", n=11, axes=FALSE)
126
plot(cos, -7,7, ylab = "Cosine  cos(x)", n=11, axes=FALSE)
127
## partial matching of 'ylab'; mapping  [0,1] (not [-7.7]):
127
## partial matching of 'ylab'; mapping  [0,1] (not [-7.7]):
128
## margins chosen to avoid rouding error showing to 2dp.
128
## margins chosen to avoid rounding error showing to 2dp.
129
op <- par(mar=c(5,4.123,4,2)+0.1)
129
op <- par(mar=c(5,4.123,4,2)+0.1)
130
plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
130
plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
131
par(op)
131
par(op)
132
 
132
 
133
## plot.ts(x, y) could get the labels wrong in R <= 2.6.0:
133
## plot.ts(x, y) could get the labels wrong in R <= 2.6.0: