The R Project SVN R

Rev

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

Rev 68948 Rev 77208
Line 37... Line 37...
37
  \item{gp}{An object of class \code{gpar}, typically the output
37
  \item{gp}{An object of class \code{gpar}, typically the output
38
    from a call to the function \code{gpar}.  This is basically
38
    from a call to the function \code{gpar}.  This is basically
39
    a list of graphical parameter settings.}
39
    a list of graphical parameter settings.}
40
  \item{draw}{A logical value indicating whether graphics output
40
  \item{draw}{A logical value indicating whether graphics output
41
    should be produced.}
41
    should be produced.}
42
  \item{vp}{A Grid viewport obect (or \code{NULL}).}
42
  \item{vp}{A Grid viewport object (or \code{NULL}).}
43
}
43
}
44
\details{
44
\details{
45
  Both functions create an xaxis grob (a graphical object describing an
45
  Both functions create an xaxis grob (a graphical object describing an
46
  xaxis), but only \code{grid.xaxis}
46
  xaxis), but only \code{grid.xaxis}
47
  draws the xaxis (and then only if \code{draw} is \code{TRUE}).
47
  draws the xaxis (and then only if \code{draw} is \code{TRUE}).