The R Project SVN R

Rev

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

Rev 61153 Rev 61168
Line 70... Line 70...
70
 
70
 
71
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
71
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
72
}
72
}
73
\examples{
73
\examples{
74
dotchart(VADeaths, main = "Death Rates in Virginia - 1940")
74
dotchart(VADeaths, main = "Death Rates in Virginia - 1940")
75
op <- par(xaxs = "i")# 0 -- 100\%
75
op <- par(xaxs = "i")  # 0 -- 100\%
76
dotchart(t(VADeaths), xlim = c(0,100),
76
dotchart(t(VADeaths), xlim = c(0,100),
77
         main = "Death Rates in Virginia - 1940")
77
         main = "Death Rates in Virginia - 1940")
78
par(op)
78
par(op)
79
}
79
}
80
\keyword{hplot}
80
\keyword{hplot}