The R Project SVN R

Rev

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

Rev 57488 Rev 62846
Line 141... Line 141...
141
plot(i, x, xaxt="n")# ok in 2.6.2 and not in 2.7.0
141
plot(i, x, xaxt="n")# ok in 2.6.2 and not in 2.7.0
142
 
142
 
143
## table methods should be bypassed:
143
## table methods should be bypassed:
144
dotchart(table(infert$education))
144
dotchart(table(infert$education))
145
## failed in 2.12.[12]
145
## failed in 2.12.[12]
-
 
146
 
-
 
147
## cex as "..."  in "high level" function
-
 
148
hc <- hclust(dst <- dist(c(1:2, 5)), method="ave")
-
 
149
plot(hc, cex = 2, axes=FALSE, ann=FALSE)
-
 
150
## cex was not used in 3.0.[01]
-
 
151