The R Project SVN R

Rev

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

Rev 25278 Rev 25323
Line 1... Line 1...
1
\name{grid.place}
1
\name{grid.place}
2
\alias{grid.place}
2
\alias{grid.place}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{ Place an Object within a Frame }
3
\title{ Place an Object within a Frame }
5
\description{
4
\description{
6
  This function provides a simpler interface to the \code{grid.pack()}
5
  This function provides a simpler interface to the \code{grid.pack()}
7
  function.  This can be used to place objects within the existing
6
  function.  This can be used to place objects within the existing
8
  rows and columns of a frame layout.  You lose the ability to
7
  rows and columns of a frame layout.  You lose the ability to
Line 12... Line 11...
12
  to specify a complicated combination of arguments to \code{grid.pack}.
11
  to specify a complicated combination of arguments to \code{grid.pack}.
13
}
12
}
14
\usage{
13
\usage{
15
grid.place(frame, grob, grob.name="", draw=TRUE, row=1, col=1)
14
grid.place(frame, grob, grob.name="", draw=TRUE, row=1, col=1)
16
}
15
}
17
%- maybe also `usage' for other objects documented here.
-
 
18
\arguments{
16
\arguments{
19
  \item{frame}{ An object of class \code{frame}, typically the output
17
  \item{frame}{ An object of class \code{frame}, typically the output
20
  from a call to \code{grid.frame}. }
18
  from a call to \code{grid.frame}. }
21
  \item{grob}{ An object of class \code{grob}.  The object to be
19
  \item{grob}{ An object of class \code{grob}.  The object to be
22
    packed. }
20
    packed. }
Line 28... Line 26...
28
    the-number-of-rows-currently-in-the-frame. }
26
    the-number-of-rows-currently-in-the-frame. }
29
  \item{col}{ Which col to add the object to.  Must be between 1 and
27
  \item{col}{ Which col to add the object to.  Must be between 1 and
30
    the-number-of-cols-currently-in-the-frame.  }
28
    the-number-of-cols-currently-in-the-frame.  }
31
}
29
}
32
\author{ Paul Murrell }
30
\author{ Paul Murrell }
-
 
31
\seealso{
33
\seealso{\code{\link{grid.frame}} and \code{\link{grid.pack}} }
32
  \code{\link{grid.frame}} and
34
 
-
 
35
\examples{
33
  \code{\link{grid.pack}}
36
}
34
}
37
\keyword{ dplot }%-- one or more ...
35
\keyword{dplot}