| Line 45... |
Line 45... |
| 45 |
are equally spaced, and \code{zlim[1]} and \code{zlim[2]} were taken
|
45 |
are equally spaced, and \code{zlim[1]} and \code{zlim[2]} were taken
|
| 46 |
to be midpoints. (This was the default prior to \R 1.1.0.)
|
46 |
to be midpoints. (This was the default prior to \R 1.1.0.)
|
| 47 |
The current default is to have colour intervals of equal lengths
|
47 |
The current default is to have colour intervals of equal lengths
|
| 48 |
between the limits.}
|
48 |
between the limits.}
|
| 49 |
\item{\dots}{graphical parameters for \code{\link{plot}} may also be
|
49 |
\item{\dots}{graphical parameters for \code{\link{plot}} may also be
|
| 50 |
passed as arguments to this function.}
|
50 |
passed as arguments to this function, as can the plot aspect ratio
|
| - |
|
51 |
\code{asp} (see \code{\link{plot.window}}).}
|
| 51 |
}
|
52 |
}
|
| 52 |
\description{
|
53 |
\description{
|
| 53 |
Creates a grid of colored or gray-scale rectangles with colors
|
54 |
Creates a grid of colored or gray-scale rectangles with colors
|
| 54 |
corresponding to the values in \code{z}. This can be used to display
|
55 |
corresponding to the values in \code{z}. This can be used to display
|
| 55 |
three-dimensional or spatial data aka \dQuote{images}.
|
56 |
three-dimensional or spatial data aka \dQuote{images}.
|