The R Project SVN R

Rev

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

Rev 59039 Rev 61153
Line 10... Line 10...
10
}
10
}
11
\alias{stem}
11
\alias{stem}
12
\description{
12
\description{
13
  \code{stem} produces a stem-and-leaf plot of the values in \code{x}.
13
  \code{stem} produces a stem-and-leaf plot of the values in \code{x}.
14
  The parameter \code{scale} can be used to expand the scale of the
14
  The parameter \code{scale} can be used to expand the scale of the
15
  plot.  A value of \code{scale=2} will cause the plot to be roughly
15
  plot.  A value of \code{scale = 2} will cause the plot to be roughly
16
  twice as long as the default.
16
  twice as long as the default.
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{x}{a numeric vector.}
19
  \item{x}{a numeric vector.}
20
  \item{scale}{This controls the plot length.}
20
  \item{scale}{This controls the plot length.}