The R Project SVN R

Rev

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

Rev 33361 Rev 35127
Line 96... Line 96...
96
## (gave an error for 2 days in "2.0.0 unstable")
96
## (gave an error for 2 days in "2.0.0 unstable")
97
 
97
 
98
x <- 2^seq(1,1001, length=20)
98
x <- 2^seq(1,1001, length=20)
99
plot(x, x^0.9, type="l", log="xy")
99
plot(x, x^0.9, type="l", log="xy")
100
## gave error 'Infinite axis extents [GEPretty(1.87013e-12,inf,5)]' for R 2.0.1
100
## gave error 'Infinite axis extents [GEPretty(1.87013e-12,inf,5)]' for R 2.0.1
-
 
101
 
-
 
102
plot(as.Date("2001/1/1") + 12*(1:9), 1:9)
-
 
103
## used bad 'xlab/ylab' in some versions of R 2.2.0(unstable)