The R Project SVN R

Rev

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

Rev 54540 Rev 54541
Line 15... Line 15...
15
  one-dimensional ones are plotted as bars.
15
  one-dimensional ones are plotted as bars.
16
}
16
}
17
\usage{
17
\usage{
18
\method{plot}{table}(x, type = "h", ylim = c(0, max(x)), lwd = 2,
18
\method{plot}{table}(x, type = "h", ylim = c(0, max(x)), lwd = 2,
19
     xlab = NULL, ylab = NULL, frame.plot = is.num, \dots)
19
     xlab = NULL, ylab = NULL, frame.plot = is.num, \dots)
20
\method{points}{table}(x, type = "h", lwd = 2, \dots)
20
\method{points}{table}(x, y = NULL, type = "h", lwd = 2, \dots)
21
\method{lines}{table}(x, type = "h", lwd = 2, \dots)
21
\method{lines}{table}(x, y = NULL, type = "h", lwd = 2, \dots)
22
}
22
}
23
\arguments{
23
\arguments{
24
  \item{x}{a \code{\link{table}} (like) object.}
24
  \item{x}{a \code{\link{table}} (like) object.}
-
 
25
  \item{y}{Must be \code{NULL}: there to protect against incorrect calls.}
25
  \item{type}{plotting type.}
26
  \item{type}{plotting type.}
26
  \item{ylim}{range of y-axis.}
27
  \item{ylim}{range of y-axis.}
27
  \item{lwd}{line width for bars when \code{type = "h"} is used in the 1D case.}
28
  \item{lwd}{line width for bars when \code{type = "h"} is used in the 1D case.}
28
  \item{xlab, ylab}{x- and y-axis labels.}
29
  \item{xlab, ylab}{x- and y-axis labels.}
29
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})
30
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})