The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 86005
Line 22... Line 22...
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 \I{gPath} object. For \code{grid.edit} this
28
    specifies a grob on the display list.  For \code{editGrob} this
28
    specifies a grob on the display list.  For \code{editGrob} this
29
    specifies a descendant of the specified grob. }
29
    specifies a descendant of the specified grob. }
30
  \item{strict}{ A boolean indicating whether the gPath must be
30
  \item{strict}{ A boolean indicating whether the \I{gPath} must be
31
    matched exactly. }
31
    matched exactly. }
32
  \item{grep}{A boolean indicating whether the \code{gPath} should
32
  \item{grep}{A boolean indicating whether the \code{gPath} should
33
    be treated as a regular expression.  Values are recycled across
33
    be treated as a regular expression.  Values are recycled across
34
    elements of the \code{gPath} (e.g., \code{c(TRUE, FALSE)} means
34
    elements of the \code{gPath} (e.g., \code{c(TRUE, FALSE)} means
35
    that every odd element of the \code{gPath} will be treated as
35
    that every odd element of the \code{gPath} will be treated as
Line 38... Line 38...
38
  \item{global}{ A boolean indicating whether the function should affect
38
  \item{global}{ A boolean indicating whether the function should affect
39
    just the first match of the \code{gPath}, or whether all matches
39
    just the first match of the \code{gPath}, or whether all matches
40
    should be affected.
40
    should be affected.
41
  }
41
  }
42
  \item{warn}{A logical to indicate whether failing to find the
42
  \item{warn}{A logical to indicate whether failing to find the
43
    specified gPath should trigger an error.  }
43
    specified \I{gPath} should trigger an error.  }
44
  \item{allDevices}{ A boolean indicating whether all open devices
44
  \item{allDevices}{ A boolean indicating whether all open devices
45
    should
45
    should
46
    be searched for matches, or just the current device.
46
    be searched for matches, or just the current device.
47
    NOT YET IMPLEMENTED.
47
    NOT YET IMPLEMENTED.
48
  }
48
  }