The R Project SVN R

Rev

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

Rev 12256 Rev 12976
Line 64... Line 64...
64
    y <- i %/% 16
64
    y <- i %/% 16
65
    points(x, y, pch=i)
65
    points(x, y, pch=i)
66
}
66
}
67
 
67
 
68
par(pty="m")
68
par(pty="m")
-
 
69
 
-
 
70
## PR 816 (label sizes in dotplot)
-
 
71
 
-
 
72
### Prior to 1.2.2, the label sizes were unaffected by cex.
-
 
73
 
-
 
74
data(VADeaths)
-
 
75
dotplot(VADeaths, main = "Death Rates in Virginia - 1940", cex = 0.5)
-
 
76
dotplot(VADeaths, main = "Death Rates in Virginia - 1940", cex = 1.5)