The R Project SVN R

Rev

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

Rev 86303 Rev 88529
Line 1... Line 1...
1
% File src/library/graphics/man/stripchart.Rd
1
% File src/library/graphics/man/stripchart.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-2014 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{stripchart}
6
\name{stripchart}
7
\title{1-D Scatter Plots}
7
\title{1-D Scatter Plots}
8
\alias{stripchart}
8
\alias{stripchart}
Line 73... Line 73...
73
  \item{pch, col, cex}{Graphical parameters: see \code{\link{par}}.}
73
  \item{pch, col, cex}{Graphical parameters: see \code{\link{par}}.}
74
  \item{axes, frame.plot}{Axis control:  see \code{\link{plot.default}}.}
74
  \item{axes, frame.plot}{Axis control:  see \code{\link{plot.default}}.}
75
}
75
}
76
\details{
76
\details{
77
  Extensive examples of the use of this kind of plot can be found in
77
  Extensive examples of the use of this kind of plot can be found in
78
  \bibcite{Box, Hunter and Hunter (2005)} or
78
  \bibcitet{R:Box+Hunter+Hunter:2005} or \bibcitet{R:Wild+Seber:1999}.
79
  \bibcite{Wild and Seber (2000)}.
-
 
80
 
79
 
81
  The \code{dlab} and \code{glab} labels may be used instead of \code{xlab}
80
  The \code{dlab} and \code{glab} labels may be used instead of \code{xlab}
82
  and \code{ylab} if those are not specified.  \code{dlab} applies to the
81
  and \code{ylab} if those are not specified.  \code{dlab} applies to the
83
  continuous data axis (the X axis unless \code{vertical} is \code{TRUE}),
82
  continuous data axis (the X axis unless \code{vertical} is \code{TRUE}),
84
  \code{glab} to the group axis.
83
  \code{glab} to the group axis.
85
}
84
}
86
\references{
85
\references{
87
  Box G., Hunter, J. S. and Hunter, W. C. (2005). 
-
 
88
  \emph{Statistics for Experimenters: Design, Innovation, and Discovery},
-
 
89
  second edition.
-
 
90
  New York: Wiley.
-
 
91
  ISBN: 978-0-471-71813-0.
-
 
92
  
-
 
93
  Wild, C. and Seber, G. (2000).
-
 
94
  \emph{Chance Encounters: A First Course in Data Analysis and
-
 
95
    Inference}.
86
  \bibshow{*}
96
  John Wiley and Sons.
-
 
97
  ISBN 0-471-32936-3.
-
 
98
}
87
}
99
 
88
 
100
\examples{
89
\examples{
101
x <- stats::rnorm(50)
90
x <- stats::rnorm(50)
102
xr <- round(x, 1)
91
xr <- round(x, 1)