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 17... Line 17...
17
          global = FALSE, allDevices = FALSE, redraw = TRUE)
17
          global = FALSE, allDevices = FALSE, redraw = TRUE)
18
 
18
 
19
grid.gedit(..., grep = TRUE, global = TRUE)
19
grid.gedit(..., grep = TRUE, global = TRUE)
20
 
20
 
21
editGrob(grob, gPath = NULL, ..., strict = FALSE, grep = FALSE,
21
editGrob(grob, gPath = NULL, ..., strict = FALSE, grep = FALSE,
22
         global = FALSE, warn = TRUE) 
22
         global = FALSE, warn = TRUE)
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{grob}{A grob object.}
25
  \item{grob}{A grob object.}
26
  \item{\dots}{Zero or more named arguments specifying new slot values.}
26
  \item{\dots}{Zero or more named arguments specifying new slot values.}
27
  \item{gPath}{ A gPath object. For \code{grid.edit} this
27
  \item{gPath}{ A gPath object. For \code{grid.edit} this
Line 49... Line 49...
49
  \item{redraw}{A logical value to indicate whether to redraw the grob. }
49
  \item{redraw}{A logical value to indicate whether to redraw the grob. }
50
}
50
}
51
\details{
51
\details{
52
  \code{editGrob} copies the specified grob and returns a modified
52
  \code{editGrob} copies the specified grob and returns a modified
53
  grob.
53
  grob.
54
  
54
 
55
  \code{grid.edit} destructively modifies a grob on the display list.
55
  \code{grid.edit} destructively modifies a grob on the display list.
56
  If \code{redraw}
56
  If \code{redraw}
57
  is \code{TRUE} it then redraws everything to reflect the change.
57
  is \code{TRUE} it then redraws everything to reflect the change.
58
 
58
 
59
  Both functions call \code{editDetails} to allow a grob to perform
59
  Both functions call \code{editDetails} to allow a grob to perform