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 18... Line 18...
18
\usage{
18
\usage{
19
grid.place(gPath, grob, row = 1, col = 1, redraw = TRUE)
19
grid.place(gPath, grob, row = 1, col = 1, redraw = TRUE)
20
placeGrob(frame, grob, row = NULL, col = NULL)
20
placeGrob(frame, grob, row = NULL, col = NULL)
21
}
21
}
22
\arguments{
22
\arguments{
23
  \item{gPath}{ A gPath object, which specifies a frame on the
23
  \item{gPath}{ A \I{gPath} object, which specifies a frame on the
24
    display list.}
24
    display list.}
25
  \item{frame}{ An object of class \code{frame}, typically the output
25
  \item{frame}{ An object of class \code{frame}, typically the output
26
  from a call to \code{grid.frame}. }
26
  from a call to \code{grid.frame}. }
27
  \item{grob}{ An object of class \code{grob}.  The object to be
27
  \item{grob}{ An object of class \code{grob}.  The object to be
28
    placed. }
28
    placed. }