The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 13... Line 13...
13
}
13
}
14
\alias{plot.raster}
14
\alias{plot.raster}
15
\arguments{
15
\arguments{
16
  \item{x, y}{raster. \code{y} will be ignored.}
16
  \item{x, y}{raster. \code{y} will be ignored.}
17
  \item{xlim, ylim}{Limits on the plot region (default from dimensions
17
  \item{xlim, ylim}{Limits on the plot region (default from dimensions
18
    of the raster.}
18
    of the raster).}
19
  \item{xaxs, yaxs}{Axis interval calculation style (default means that
19
  \item{xaxs, yaxs}{Axis interval calculation style (default means that
20
    raster fills plot region.}
20
    raster fills plot region).}
21
  \item{asp}{Aspect ratio (default retains aspect ratio of the raster).}
21
  \item{asp}{Aspect ratio (default retains aspect ratio of the raster).}
22
  \item{add}{Logical indicating whether to simply add raster to an
22
  \item{add}{Logical indicating whether to simply add raster to an
23
    existing plot.}
23
    existing plot.}
24
  \item{\dots}{Further arguments to the \code{\link{rasterImage}} function.}
24
  \item{\dots}{Further arguments to the \code{\link{rasterImage}} function.}
25
}
25
}