The R Project SVN R

Rev

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

Rev 25869 Rev 26717
Line 81... Line 81...
81
 
81
 
82
## legend with call
82
## legend with call
83
lo <- legend(2,2, substitute(hat(theta) == that, list(that= pi)))
83
lo <- legend(2,2, substitute(hat(theta) == that, list(that= pi)))
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
 
-
 
87
library(stepfun)
-
 
88
plot(ecdf(c(1:4,8,12)), ylab = "ECDF", main=NULL)
-
 
89
## ylab didn't work till 1.8.0