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 125... Line 125...
125
## margins chosen to avoid rouding error showing to 2dp.
125
## margins chosen to avoid rouding error showing to 2dp.
126
op <- par(mar=c(5,4.123,4,2)+0.1)
126
op <- par(mar=c(5,4.123,4,2)+0.1)
127
plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
127
plot(gamma, yla = expression(Gamma(x)), n=11, yaxt="n")
128
par(op)
128
par(op)
129
 
129
 
-
 
130
## plot.ts(x, y) could get the labels wrong in R <= 2.6.0:
-
 
131
x <- ts(1:5);x1 <- lag(x, 2); plot(x1, x, axes=FALSE)