The R Project SVN R

Rev

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

Rev 88581 Rev 88598
Line 54... Line 54...
54
  Pie charts are a very bad way of displaying information.
54
  Pie charts are a very bad way of displaying information.
55
  The eye is good at judging linear measures and bad at judging
55
  The eye is good at judging linear measures and bad at judging
56
  relative areas.  A bar chart or dot chart is a preferable way of
56
  relative areas.  A bar chart or dot chart is a preferable way of
57
  displaying this type of data.
57
  displaying this type of data.
58
 
58
 
59
  Cleveland (1985), page 264: \dQuote{Data that can be shown by pie charts
59
  \bibcitet{|R:Cleveland:1985|page 264}: \dQuote{Data that can be shown by pie charts
60
    always can be shown by a dot chart.  This means that judgements of
60
    always can be shown by a dot chart.  This means that judgements of
61
    position along a common scale can be made instead of the less
61
    position along a common scale can be made instead of the less
62
    accurate angle judgements.}
62
    accurate angle judgements.}
63
  This statement is based on the empirical investigations of Cleveland
63
  This statement is based on the empirical investigations of Cleveland
64
  and \I{McGill} as well as investigations by perceptual psychologists.
64
  and \I{McGill} as well as investigations by perceptual psychologists.
65
}
65
}
66
\references{
66
\references{
67
  \bibshow{R:Becker+Chambers+Wilks:1988}
67
  \bibshow{R:Becker+Chambers+Wilks:1988,
68
 
-
 
69
  Cleveland, W. S. (1985)
68
    R:Cleveland:1985}
70
  \emph{The Elements of Graphing Data}.
-
 
71
  Wadsworth: Monterey, CA, USA.
-
 
72
}
69
}
73
\seealso{
70
\seealso{
74
  \code{\link{dotchart}}.
71
  \code{\link{dotchart}}.
75
}
72
}
76
\examples{
73
\examples{