The R Project SVN R

Rev

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

Rev 30695 Rev 40281
Line 18... Line 18...
18
  \item{ylim}{range of y-axis.}
18
  \item{ylim}{range of y-axis.}
19
  \item{lwd}{line width for bars when \code{type = "h"} is used in the 1D case.}
19
  \item{lwd}{line width for bars when \code{type = "h"} is used in the 1D case.}
20
  \item{xlab, ylab}{x- and y-axis labels.}
20
  \item{xlab, ylab}{x- and y-axis labels.}
21
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})
21
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})
22
    should be drawn in the 1D case.  Defaults to true when \code{x} has
22
    should be drawn in the 1D case.  Defaults to true when \code{x} has
23
    \code{\link{dimnames}} coerceable to numbers.}
23
    \code{\link{dimnames}} coerce-able to numbers.}
24
  \item{\dots}{further graphical arguments, see \code{\link{plot.default}}.}
24
  \item{\dots}{further graphical arguments, see \code{\link{plot.default}}.}
25
}
25
}
26
\details{
26
\details{
27
  The current implementation (R 1.2) is somewhat experimental and will
27
  The current implementation (R 1.2) is somewhat experimental and will
28
  be improved and extended.
28
  be improved and extended.