Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/grid/man/plotViewport.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{plotViewport}\alias{plotViewport}\title{ Create a Viewport with a Standard Plot Layout }\description{This is a convenience function for producing a viewport withthe common S-style plot layout -- i.e., a centralplot region surrounded by margins given in terms of anumber of lines of text.}\usage{plotViewport(margins=c(5.1, 4.1, 4.1, 2.1), ...)}\arguments{\item{margins}{ A numeric vector interpreted in the same wayas \code{par(mar)} in base graphics. }\item{\dots}{ All other arguments will be passed to a call tothe \code{viewport()} function. }}\value{A grid viewport object.}\author{ Paul Murrell }\seealso{\code{\link{viewport}} and\code{\link{dataViewport}}.}\keyword{dplot}