The R Project SVN R

Rev

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

Rev 71669 Rev 74265
Line 1... Line 1...
1
% File src/library/graphics/man/spineplot.Rd
1
% File src/library/graphics/man/spineplot.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{spineplot}
6
\name{spineplot}
7
\alias{spineplot}
7
\alias{spineplot}
8
\alias{spineplot.default}
8
\alias{spineplot.default}
Line 96... Line 96...
96
}
96
}
97
\seealso{
97
\seealso{
98
  \code{\link{mosaicplot}}, \code{\link{hist}}, \code{\link{cdplot}}
98
  \code{\link{mosaicplot}}, \code{\link{hist}}, \code{\link{cdplot}}
99
}
99
}
100
\references{
100
\references{
-
 
101
  Friendly, M. (1994).
101
  Friendly, M. (1994), Mosaic displays for multi-way contingency tables.
102
  Mosaic displays for multi-way contingency tables.
102
  \emph{Journal of the American Statistical Association}, \bold{89},
103
  \emph{Journal of the American Statistical Association}, \bold{89},
103
  190--200.
104
  190--200.
-
 
105
  \doi{10.2307/2291215}.
104
 
106
 
105
  Hartigan, J.A., and Kleiner, B. (1984), A mosaic of television ratings.
107
  Hartigan, J.A., and Kleiner, B. (1984).
-
 
108
  A mosaic of television ratings.
106
  \emph{The American Statistician}, \bold{38}, 32--35.
109
  \emph{The American Statistician}, \bold{38}, 32--35.
-
 
110
  \doi{10.2307/2683556}.
107
 
111
 
108
  Hofmann, H., Theus, M. (2005), \emph{Interactive graphics for visualizing
112
  Hofmann, H., Theus, M. (2005),
-
 
113
  \emph{Interactive graphics for visualizing conditional distributions}.
109
  conditional distributions}, Unpublished Manuscript.
114
  Unpublished Manuscript.
110
 
115
 
-
 
116
  Hummel, J. (1996).
111
  Hummel, J. (1996), Linked bar charts: Analysing categorical data graphically.
117
  Linked bar charts: Analysing categorical data graphically.
112
  \emph{Computational Statistics}, \bold{11}, 23--33.
118
  \emph{Computational Statistics}, \bold{11}, 23--33.
113
}
119
}
114
\author{
120
\author{
115
  Achim Zeileis \email{Achim.Zeileis@R-project.org}
121
  Achim Zeileis \email{Achim.Zeileis@R-project.org}
116
}
122
}