The R Project SVN R

Rev

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

Rev 84085 Rev 85904
Line 1... Line 1...
1
% File src/library/graphics/man/cdplot.Rd
1
% File src/library/graphics/man/cdplot.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-2007 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
-
 
6
\newcommand{\I}{#1}
-
 
7
 
6
\name{cdplot}
8
\name{cdplot}
7
\alias{cdplot}
9
\alias{cdplot}
8
\alias{cdplot.default}
10
\alias{cdplot.default}
9
\alias{cdplot.formula}
11
\alias{cdplot.formula}
10
\title{Conditional Density Plots}
12
\title{Conditional Density Plots}
Line 80... Line 82...
80
\references{
82
\references{
81
  Hofmann, H., Theus, M. (2005), \emph{Interactive graphics for visualizing
83
  Hofmann, H., Theus, M. (2005), \emph{Interactive graphics for visualizing
82
  conditional distributions}, Unpublished Manuscript.
84
  conditional distributions}, Unpublished Manuscript.
83
}
85
}
84
\author{
86
\author{
85
  Achim Zeileis \email{Achim.Zeileis@R-project.org}
87
  \I{Achim Zeileis} \email{Achim.Zeileis@R-project.org}
86
}
88
}
87
\examples{
89
\examples{
88
## NASA space shuttle o-ring failures
90
## NASA space shuttle o-ring failures
89
fail <- factor(c(2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1,
91
fail <- factor(c(2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1,
90
                 1, 2, 1, 1, 1, 1, 1),
92
                 1, 2, 1, 1, 1, 1, 1),