The R Project SVN R

Rev

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

Rev 30448 Rev 30695
Line 8... Line 8...
8
  one-dimensional ones are plotted \dQuote{bar like}.
8
  one-dimensional ones are plotted \dQuote{bar like}.
9
}
9
}
10
\usage{
10
\usage{
11
%% Improvement ideas: see code definition, currently in ../R/plot.R
11
%% Improvement ideas: see code definition, currently in ../R/plot.R
12
\method{plot}{table}(x, type = "h", ylim = c(0, max(x)), lwd = 2,
12
\method{plot}{table}(x, type = "h", ylim = c(0, max(x)), lwd = 2,
13
      xlab = NULL, ylab = NULL, frame.plot = is.num, \dots)
13
     xlab = NULL, ylab = NULL, frame.plot = is.num, \dots)
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{x}{a \code{\link{table}} (like) object.}
16
  \item{x}{a \code{\link{table}} (like) object.}
17
  \item{type}{plotting type.}
17
  \item{type}{plotting type.}
18
  \item{ylim}{range of y-axis.}
18
  \item{ylim}{range of y-axis.}