The R Project SVN R

Rev

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

Rev 27668 Rev 29381
Line 84... Line 84...
84
stopifnot(length(lo$text$x) == 1)
84
stopifnot(length(lo$text$x) == 1)
85
## length() was 3 till 1.7.x
85
## length() was 3 till 1.7.x
86
 
86
 
87
plot(ecdf(c(1:4,8,12)), ylab = "ECDF", main=NULL)
87
plot(ecdf(c(1:4,8,12)), ylab = "ECDF", main=NULL)
88
## ylab didn't work till 1.8.0
88
## ylab didn't work till 1.8.0
-
 
89
 
-
 
90
plot(1:10, pch = NA) # gave error till 1.9.0
-
 
91
points(1:3, pch=c("o",NA,"x"))# used "N"
-
 
92
try(points(4, pch=c(NA,FALSE)))# still give an error