The R Project SVN R

Rev

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

Rev 88581 Rev 90060
Line 54... Line 54...
54
    [0,1].  If \code{scale} is \code{TRUE} the x, y and z coordinates
54
    [0,1].  If \code{scale} is \code{TRUE} the x, y and z coordinates
55
    are transformed separately.  If \code{scale} is \code{FALSE}
55
    are transformed separately.  If \code{scale} is \code{FALSE}
56
    the coordinates are scaled so that aspect ratios are retained.
56
    the coordinates are scaled so that aspect ratios are retained.
57
    This is useful for rendering things like DEM information.}
57
    This is useful for rendering things like DEM information.}
58
  \item{expand}{a expansion factor applied to the \code{z}
58
  \item{expand}{a expansion factor applied to the \code{z}
59
    coordinates. Often used with \code{0 < expand < 1} to shrink the
59
    coordinates. Often used with \eqn{0 < \code{expand} < 1} to shrink the
60
    plotting box in the \code{z} direction.}
60
    plotting box in the \code{z} direction.}
61
  \item{col}{the color(s) of the surface facets.  Transparent colours are
61
  \item{col}{the color(s) of the surface facets.  Transparent colours are
62
    ignored.  This is recycled to the \eqn{(nx-1)(ny-1)} facets.}
62
    ignored.  This is recycled to the \eqn{(nx-1)(ny-1)} facets.}
63
  \item{border}{the color of the line drawn around the surface facets.
63
  \item{border}{the color of the line drawn around the surface facets.
64
    The default, \code{NULL}, corresponds to \code{par("fg")}.
64
    The default, \code{NULL}, corresponds to \code{par("fg")}.