Rev 25323 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{grid.draw}\alias{grid.draw}\title{Draw a Grid Graphical Object}\description{Produces graphical output from a graphical object.}\usage{grid.draw(x, recording=TRUE)}\arguments{\item{x}{An object of class \code{"grob"} or NULL.}\item{recording}{A logical value to indicate whether the drawingoperation should be recorded on the Grid display list.}}\details{This function doesn't do much itself beyond some system bookkeeping.It calls the generic function \code{draw.details}, dispatching on theclass of the \code{list.struct} within the graphical object, andthe actual drawing occurs in the appropriate method.}\value{None.}\author{Paul Murrell}\seealso{\code{\link{grid.grob}}.}\examples{grid.newpage()## Create a graphical object, but don't draw itl <- grid.lines(draw=FALSE)## Draw itgrid.draw(l)}\keyword{dplot}