z
|
a matrix containing the values to be plotted (NAs are allowed).
|
x,y
|
locations of grid lines at which the values in z
are measured. These must be in ascending order.
By default, equally spaced values from 0 to 1 are used.
|
zlim
|
the minimum and maximum z values for which colors
will be plotted. Each of the given colors will be used to color
an equispaced interval of this range.
|
col
|
A list of colors such as that generated by rainbow ,
heat.colors , topo.colors , terrain.colors
or similar functions.
|
...
|
graphical parameters may also be passed as arguments to this
function.
|