The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 35... Line 35...
35
  drawing context for a grob or gTree.
35
  drawing context for a grob or gTree.
36
 
36
 
37
  \code{makeContent} is called next and is where any additional
37
  \code{makeContent} is called next and is where any additional
38
  calculations should occur and graphical content should
38
  calculations should occur and graphical content should
39
  be generated (see, for example,
39
  be generated (see, for example,
40
  \code{grid:::makeContent.xaxis}.
40
  \code{grid:::makeContent.xaxis}).
41
  This function should be used to \emph{modify} the \code{children}
41
  This function should be used to \emph{modify} the \code{children}
42
  of a gTree.
42
  of a gTree.
43
  The function \emph{must} return the modified \code{x}.
43
  The function \emph{must} return the modified \code{x}.
44
  Note that the default behaviour
44
  Note that the default behaviour
45
  for gTrees is to draw all grobs in the \code{children} slot,
45
  for gTrees is to draw all grobs in the \code{children} slot,