Rev 25278 | Rev 31023 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{grid.set}\alias{grid.set}\title{Set the Contents of a Grid Graphical Object}\description{A Grid graphical object contains a list structure; thisfunction sets the value of that list structure.}\usage{grid.set(grob, ...)}\arguments{\item{grob}{An object of class \code{"grob"}.}\item{\dots}{Zero or more element-specifiers, plus a list structure.The list structure is required. Each specifiermay be a single character or numeric value. }}\details{If there are no specifiers then the contents of the \code{grob}are set to be the list structure. If there is a specifierand the list structure of the \code{grob} has a correspondingelement, and that element is an object of class \code{"grob"},then the contents of that element are set to be the list structure.And so on \ldotsThis is ONLY for setting the list structure contents of agraphical object. See \code{grid.edit} for setting the valuesof the elements of the list structure.This function should not normally be called by the user.}\value{None.}\author{Paul Murrell}\seealso{\code{\link{grid.grob}}.}\keyword{dplot}