The R Project SVN R

Rev

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

Rev 12976 Rev 13792
Line 65... Line 65...
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
 
69
 
70
## PR 816 (label sizes in dotplot)
70
## PR 816 (label sizes in dotchart)
71
 
71
 
72
### Prior to 1.2.2, the label sizes were unaffected by cex.
72
### Prior to 1.2.2, the label sizes were unaffected by cex.
73
 
73
 
74
data(VADeaths)
74
data(VADeaths)
75
dotplot(VADeaths, main = "Death Rates in Virginia - 1940", cex = 0.5)
75
dotchart(VADeaths, main = "Death Rates in Virginia - 1940", cex = 0.5)
76
dotplot(VADeaths, main = "Death Rates in Virginia - 1940", cex = 1.5)
76
dotchart(VADeaths, main = "Death Rates in Virginia - 1940", cex = 1.5)