The R Project SVN R

Rev

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

Rev 23846 Rev 25869
Line 76... Line 76...
76
plot(UCBAdmissions, xlab = "x label", ylab = "YY")# wrong in 1.5.1
76
plot(UCBAdmissions, xlab = "x label", ylab = "YY")# wrong in 1.5.1
77
##   axis suppression
77
##   axis suppression
78
plot(tt <- table(c(rep(0,7), rep(1,4), rep(5, 3))), axes = FALSE)
78
plot(tt <- table(c(rep(0,7), rep(1,4), rep(5, 3))), axes = FALSE)
79
plot(tt, xaxt = "n")
79
plot(tt, xaxt = "n")
80
## wrong till (incl.) 1.6.x
80
## wrong till (incl.) 1.6.x
-
 
81
 
-
 
82
## legend with call
-
 
83
lo <- legend(2,2, substitute(hat(theta) == that, list(that= pi)))
-
 
84
stopifnot(length(lo$text$x) == 1)
-
 
85
## length() was 3 till 1.7.x