The R Project SVN R

Rev

Rev 25323 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{plotViewport}
\alias{plotViewport}
%- Also NEED an `\alias' for EACH other topic documented here.
\title{ Create a Viewport with a Standard Plot Layout }
\description{
  This is a convenience function for producing a viewport with
  the common S-style plot layout -- i.e., a central
  plot region surrounded by margins given in terms of a
  number of lines of text.
}
\usage{
plotViewport(margins, ...)
}
%- maybe also `usage' for other objects documented here.
\arguments{
  \item{margins}{ A numeric vector interpreted in the same way
    as \code{par(mar)} in base graphics. }
  \item{\dots}{ All other arguments will be passed to a call to
  the \code{viewport()} function. }
}
\value{
  A grid viewport object.
}
\author{ Paul Murrell }
\seealso{ \code{\link{viewport}} and \code{\link{dataViewport}}. }

\keyword{ dplot }% __ONLY ONE__ keyword per line