The R Project SVN R

Rev

Rev 36222 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{graphics-package}
\alias{graphics-package}
\alias{graphics}
\docType{package}
\title{
The R Graphics Package
}
\description{
R functions for base graphics
}
\details{
This package contains functions for base graphics.  Base graphics
are traditional S graphics, as opposed 
to the newer \link[grid:grid-package]{grid} graphics.

For a complete list of functions with individual help pages,
use \code{library(help="graphics")}.
}
\author{
R Development Core Team and contributors worldwide

Maintainer: R Core Team \email{R-core@r-project.org}
}
\references{
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
  \emph{The New S Language}.
  Wadsworth \& Brooks/Cole.

  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
}
\keyword{ package }