The R Project SVN R

Rev

Rev 85981 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85981 Rev 85983
Line 15... Line 15...
15
\usage{
15
\usage{
16
grobX(x, theta)
16
grobX(x, theta)
17
grobY(x, theta)
17
grobY(x, theta)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{x}{A grob, or gList, or gTree, or gPath.}
20
  \item{x}{A grob, or \I{gList}, or \I{gTree}, or \I{gPath}.}
21
  \item{theta}{An angle indicating where the location is
21
  \item{theta}{An angle indicating where the location is
22
    on the grob boundary.  Can be one of \code{"east"},
22
    on the grob boundary.  Can be one of \code{"east"},
23
    \code{"north"}, \code{"west"}, or \code{"south"},
23
    \code{"north"}, \code{"west"}, or \code{"south"},
24
    which correspond to angles 0, 90, 180, and 270,
24
    which correspond to angles 0, 90, 180, and 270,
25
    respectively.}
25
    respectively.}