Usage
surface.Krig(obj, grid.list=NA, extrap=FALSE, graphics.reset=TRUE,
xlab = NULL, ylab = NULL, main = NULL, zlab = NULL, zlim = NULL,
levels = NULL, type = "b", ...)
Arguments
grid.list
A list with as many components as variables describing the surface.
All components should have a single value except the two that give the
grid points for evaluation. If the matrix or data frame has column names,
these must appear in the grid list. If
extrap
Extrapolation beyond the range of the data. If false only the
convex hull of the observations is plotted. Default is false.
graphics.reset
Reset to original graphics parameters after function plotting.
type
Type of plot as a character. "p" perspective plot (persp). "c" contour
plot (contour). "b" a two panel figure with perspective and contour
plots. "I" image plot with legend strip (image.plot). "C" image plot
with contours overlaid. Both perspective and c
zlab
z axis label if "p" or "b" type is used.
zlim
Z limits passed to persp
levels
Contour levels passed to contour.
...
Any other plotting options.