The R Project SVN R

Rev

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

Rev 52069 Rev 52192
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{plot}{table}(x, type = "h", lwd = 2, \dots)
20
\method{points}{table}(x, type = "h", lwd = 2, \dots)
21
\method{lines}{table}(x, type = "h", lwd = 2, \dots)
21
\method{lines}{table}(x, 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{type}{plotting type.}
25
  \item{type}{plotting type.}