The R Project SVN R

Rev

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

Rev 62439 Rev 62846
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2013-03-30 r62438) -- "Unsuffered Consequences"
2
R Under development (unstable) (2013-05-31 r62843) -- "Unsuffered Consequences"
3
Copyright (C) 2013 The R Foundation for Statistical Computing
3
Copyright (C) 2013 The R Foundation for Statistical Computing
4
Platform: x86_64-unknown-linux-gnu (64-bit)
4
Platform: x86_64-unknown-linux-gnu (64-bit)
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 172... Line 172...
172
> dotchart(table(infert$education))
172
> dotchart(table(infert$education))
173
Warning in dotchart(table(infert$education)) :
173
Warning in dotchart(table(infert$education)) :
174
  'x' is neither a vector nor a matrix: using as.numeric(x)
174
  'x' is neither a vector nor a matrix: using as.numeric(x)
175
> ## failed in 2.12.[12]
175
> ## failed in 2.12.[12]
176
> 
176
> 
-
 
177
> ## cex as "..."  in "high level" function
-
 
178
> hc <- hclust(dst <- dist(c(1:2, 5)), method="ave")
-
 
179
> plot(hc, cex = 2, axes=FALSE, ann=FALSE)
-
 
180
> ## cex was not used in 3.0.[01]
-
 
181
> 
-
 
182
>