The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 22... Line 22...
22
\arguments{
22
\arguments{
23
  \item{x}{A numeric vector or unit object specifying x-location.}
23
  \item{x}{A numeric vector or unit object specifying x-location.}
24
  \item{y}{A numeric vector or unit object specifying y-location.}
24
  \item{y}{A numeric vector or unit object specifying y-location.}
25
  \item{default.units}{A string indicating the default units to use
25
  \item{default.units}{A string indicating the default units to use
26
    if \code{x}, \code{y}, \code{width}, or \code{height}
26
    if \code{x}, \code{y}, \code{width}, or \code{height}
27
    are only given as numeric vectors.}  
27
    are only given as numeric vectors.}
28
  \item{name}{ A character identifier. }
28
  \item{name}{ A character identifier. }
29
  \item{vp}{A Grid viewport object (or NULL).}
29
  \item{vp}{A Grid viewport object (or NULL).}
30
  \item{\dots}{Arguments passed to \code{nullGrob()}.}
30
  \item{\dots}{Arguments passed to \code{nullGrob()}.}
31
}
31
}
32
\value{
32
\value{
33
  A null grob.  
33
  A null grob.
34
}
34
}
35
\author{Paul Murrell}
35
\author{Paul Murrell}
36
\seealso{
36
\seealso{
37
  \link{Grid},
37
  \link{Grid},
38
  \code{\link{viewport}}
38
  \code{\link{viewport}}