The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 16... Line 16...
16
            global = FALSE, allDevices = FALSE, redraw = TRUE)
16
            global = FALSE, allDevices = FALSE, redraw = TRUE)
17
 
17
 
18
grid.gremove(\dots, grep = TRUE, global = TRUE)
18
grid.gremove(\dots, grep = TRUE, global = TRUE)
19
 
19
 
20
removeGrob(gTree, gPath, strict = FALSE, grep = FALSE,
20
removeGrob(gTree, gPath, strict = FALSE, grep = FALSE,
21
           global = FALSE, warn = TRUE) 
21
           global = FALSE, warn = TRUE)
22
}
22
}
23
\arguments{
23
\arguments{
24
  \item{gTree}{A gTree object.}
24
  \item{gTree}{A gTree object.}
25
  \item{gPath}{ A gPath object. For \code{grid.remove} this
25
  \item{gPath}{ A gPath object. For \code{grid.remove} this
26
    specifies a gTree on the display list.  For \code{removeGrob} this
26
    specifies a gTree on the display list.  For \code{removeGrob} this
Line 48... Line 48...
48
  \item{\dots}{ Arguments that are passed to \code{grid.get}. }
48
  \item{\dots}{ Arguments that are passed to \code{grid.get}. }
49
}
49
}
50
\details{
50
\details{
51
  \code{removeGrob} copies the specified grob and returns a modified
51
  \code{removeGrob} copies the specified grob and returns a modified
52
  grob.
52
  grob.
53
  
53
 
54
  \code{grid.remove} destructively modifies a grob on the display list.
54
  \code{grid.remove} destructively modifies a grob on the display list.
55
  If \code{redraw}
55
  If \code{redraw}
56
  is \code{TRUE} it then redraws everything to reflect the change.
56
  is \code{TRUE} it then redraws everything to reflect the change.
57
 
57
 
58
  \code{grid.gremove} (\code{g} for global) is just a convenience wrapper for
58
  \code{grid.gremove} (\code{g} for global) is just a convenience wrapper for