The R Project SVN R

Rev

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

Rev 26717 Rev 27668
Line 104... Line 104...
104
> ## legend with call
104
> ## legend with call
105
> lo <- legend(2,2, substitute(hat(theta) == that, list(that= pi)))
105
> lo <- legend(2,2, substitute(hat(theta) == that, list(that= pi)))
106
> stopifnot(length(lo$text$x) == 1)
106
> stopifnot(length(lo$text$x) == 1)
107
> ## length() was 3 till 1.7.x
107
> ## length() was 3 till 1.7.x
108
> 
108
> 
109
> library(stepfun)
-
 
110
> plot(ecdf(c(1:4,8,12)), ylab = "ECDF", main=NULL)
109
> plot(ecdf(c(1:4,8,12)), ylab = "ECDF", main=NULL)
111
> ## ylab didn't work till 1.8.0
110
> ## ylab didn't work till 1.8.0
112
> 
111
>