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 31... Line 31...
31
\method{grid.revert}{grob}(x, draw = FALSE, ...)
31
\method{grid.revert}{grob}(x, draw = FALSE, ...)
32
}
32
}
33
\arguments{
33
\arguments{
34
  \item{x}{
34
  \item{x}{
35
    For the default method, \code{x} should not be specified.
35
    For the default method, \code{x} should not be specified.
36
    Otherwise, \code{x} should be a grob or a gPath.
36
    Otherwise, \code{x} should be a grob or a \I{gPath}.
37
    If \code{x} is character, it is assumed to be a gPath.
37
    If \code{x} is character, it is assumed to be a \I{gPath}.
38
  }
38
  }
39
  \item{strict}{
39
  \item{strict}{
40
    A boolean indicating whether the \code{path} must be matched
40
    A boolean indicating whether the \code{path} must be matched
41
    exactly.
41
    exactly.
42
  }
42
  }
Line 66... Line 66...
66
  The content of such grobs (e.g., the tick marks) are not usually
66
  The content of such grobs (e.g., the tick marks) are not usually
67
  visible to \code{grid.ls()} or accessible to \code{grid.edit()}.
67
  visible to \code{grid.ls()} or accessible to \code{grid.edit()}.
68
 
68
 
69
  The \code{grid.force()} function \emph{replaces} a grob with its
69
  The \code{grid.force()} function \emph{replaces} a grob with its
70
  at-drawing-time contents.  For example, an axis will be
70
  at-drawing-time contents.  For example, an axis will be
71
  replaced by a vanilla gTree with lines and text representing
71
  replaced by a vanilla \I{gTree} with lines and text representing
72
  the axis tick marks that were actually drawn.  This makes
72
  the axis tick marks that were actually drawn.  This makes
73
  the tick marks
73
  the tick marks
74
  visible to \code{grid.ls()} and accessible to \code{grid.edit()}.
74
  visible to \code{grid.ls()} and accessible to \code{grid.edit()}.
75
 
75
 
76
  The \code{forceGrob()} function is the internal work horse for
76
  The \code{forceGrob()} function is the internal work horse for