The R Project SVN R

Rev

Rev 25278 | Rev 31023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25278 Rev 25323
Line 1... Line 1...
1
\name{grid.set}
1
\name{grid.set}
2
\alias{grid.set}
2
\alias{grid.set}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{Set the Contents of a Grid Graphical Object}
3
\title{Set the Contents of a Grid Graphical Object}
5
\description{
4
\description{
6
  A Grid graphical object contains a list structure;  this
5
  A Grid graphical object contains a list structure;  this
7
  function sets the value of that list structure.
6
  function sets the value of that list structure.
8
}
7
}
9
\usage{
8
\usage{
10
grid.set(grob, ...)
9
grid.set(grob, ...)
11
}
10
}
12
%- maybe also `usage' for other objects documented here.
-
 
13
\arguments{
11
\arguments{
14
  \item{grob}{An object of class \code{"grob"}.}
12
  \item{grob}{An object of class \code{"grob"}.}
15
  \item{\dots}{Zero or more element-specifiers, plus a list structure.
13
  \item{\dots}{Zero or more element-specifiers, plus a list structure.
16
    The list structure is required.  Each specifier
14
    The list structure is required.  Each specifier
17
    may be a single character or numeric value.  }
15
    may be a single character or numeric value.  }
Line 20... Line 18...
20
  If there are no specifiers then the contents of the \code{grob}
18
  If there are no specifiers then the contents of the \code{grob}
21
  are set to be the list structure.   If there is a specifier
19
  are set to be the list structure.   If there is a specifier
22
  and the list structure of the \code{grob} has a corresponding
20
  and the list structure of the \code{grob} has a corresponding
23
  element, and that element is an object of class \code{"grob"},
21
  element, and that element is an object of class \code{"grob"},
24
  then the contents of that element are set to be the list structure.
22
  then the contents of that element are set to be the list structure.
25
  And so on ...
23
  And so on \ldots
26
 
24
 
27
  This is ONLY for setting the list structure contents of a
25
  This is ONLY for setting the list structure contents of a
28
  graphical object.  See \code{grid.edit} for setting the values
26
  graphical object.  See \code{grid.edit} for setting the values
29
  of the elements of the list structure.
27
  of the elements of the list structure.
30
  
28
  
Line 35... Line 33...
35
}
33
}
36
\author{Paul Murrell}
34
\author{Paul Murrell}
37
\seealso{
35
\seealso{
38
  \code{\link{grid.grob}}.
36
  \code{\link{grid.grob}}.
39
}
37
}
40
 
-
 
41
\examples{
38
\keyword{dplot}
42
}
-
 
43
\keyword{ dplot }%-- one or more ...
-