The R Project SVN R

Rev

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

Rev 59039 Rev 59362
Line 1... Line 1...
1
% File src/library/graphics/man/plot.table.Rd
1
% File src/library/graphics/man/plot.table.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2010 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.table}
6
\name{plot.table}
7
\alias{plot.table}
7
\alias{plot.table}
8
\alias{lines.table}
8
\alias{lines.table}
Line 28... Line 28...
28
  \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.}
29
  \item{xlab, ylab}{x- and y-axis labels.}
29
  \item{xlab, ylab}{x- and y-axis labels.}
30
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})
30
  \item{frame.plot}{logical indicating if a frame (\code{\link{box}})
31
    should be drawn in the 1D case.  Defaults to true when \code{x} has
31
    should be drawn in the 1D case.  Defaults to true when \code{x} has
32
    \code{\link{dimnames}} coerce-able to numbers.}
32
    \code{\link{dimnames}} coerce-able to numbers.}
33
  \item{\dots}{further graphical arguments, see \code{\link{plot.default}}.}
33
  \item{\dots}{further graphical arguments, see \code{\link{plot.default}}.
-
 
34
    \code{axes = FALSE} is accepted.}
34
}
35
}
35
\seealso{
36
\seealso{
36
  \code{\link{plot.factor}}, the \code{\link{plot}} method for factors.
37
  \code{\link{plot.factor}}, the \code{\link{plot}} method for factors.
37
}
38
}
38
 
39