The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 12... Line 12...
12
 
12
 
13
}
13
}
14
\usage{
14
\usage{
15
grid.set(gPath, newGrob, strict = FALSE, grep = FALSE,
15
grid.set(gPath, newGrob, strict = FALSE, grep = FALSE,
16
         redraw = TRUE)
16
         redraw = TRUE)
17
 
17
 
18
setGrob(gTree, gPath, newGrob, strict = FALSE, grep = FALSE) 
18
setGrob(gTree, gPath, newGrob, strict = FALSE, grep = FALSE)
19
}
19
}
20
\arguments{
20
\arguments{
21
  \item{gTree}{A gTree object.}
21
  \item{gTree}{A gTree object.}
22
  \item{gPath}{ A gPath object. For \code{grid.set} this
22
  \item{gPath}{ A gPath object. For \code{grid.set} this
23
    specifies a grob on the display list.  For \code{setGrob} this
23
    specifies a grob on the display list.  For \code{setGrob} this
Line 34... Line 34...
34
  \item{redraw}{A logical value to indicate whether to redraw the grob. }
34
  \item{redraw}{A logical value to indicate whether to redraw the grob. }
35
}
35
}
36
\details{
36
\details{
37
  \code{setGrob} copies the specified grob and returns a modified
37
  \code{setGrob} copies the specified grob and returns a modified
38
  grob.
38
  grob.
39
  
39
 
40
  \code{grid.set} destructively replaces a grob on the display list.
40
  \code{grid.set} destructively replaces a grob on the display list.
41
  If \code{redraw}
41
  If \code{redraw}
42
  is \code{TRUE} it then redraws everything to reflect the change.
42
  is \code{TRUE} it then redraws everything to reflect the change.
43
 
43
 
44
  These functions should not normally be called by the user.
44
  These functions should not normally be called by the user.