The R Project SVN R

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 71
Line 1... Line 1...
1
\name{dotplot}
1
\name{dotplot}
2
\title{Cleveland Dotcharts}
2
\title{Cleveland Dot Plots}
3
\usage{
3
\usage{
4
dotplot(x, labels = NULL, groups = NULL, gdata = NULL, cex = par("cex"),
4
dotplot(x, labels = NULL, groups = NULL, gdata = NULL, cex = par("cex"),
5
        pch = 21, gpch = 21, bg = par("bg"), color = par("fg"), 
5
        pch = 21, gpch = 21, bg = par("bg"), color = par("fg"), 
6
        gcolor = par("fg"), lcolor = "gray", ...)
6
        gcolor = par("fg"), lcolor = "gray", ...)
7
}
7
}
Line 35... Line 35...
35
}
35
}
36
\value{
36
\value{
37
  This function is invoked for its side effect, which is to produce two
37
  This function is invoked for its side effect, which is to produce two
38
  variants of dotplots as described in Cleveland's graphics book.
38
  variants of dotplots as described in Cleveland's graphics book.
39
 
39
 
40
  Dotcharts are a reasonable substitute for barcharts.}
40
  Dot plots are a reasonable substitute for bar plots.}
41
\references{
41
\references{
42
  Cleveland, W. S. (1985).
42
  Cleveland, W. S. (1985).
43
  \emph{The Elements of Graphing Data},
43
  \emph{The Elements of Graphing Data},
44
  Monterey, CA: Wadsworth.
44
  Monterey, CA: Wadsworth.
45
}
45
}