"surface"(
object, grid.list = NULL, extrap = FALSE, graphics.reset = NULL, xlab = NULL, ylab = NULL, main = NULL, zlab = NULL, zlim = NULL, levels = NULL, type = "C", nx = 80, ny = 80, ...)
"surface"(
object, grid.list = NULL, extrap = FALSE, graphics.reset = NULL, xlab = NULL, ylab = NULL, main = NULL, zlab = NULL, zlim = NULL, levels = NULL, type = "C", nx = 80, ny = 80, ...)
NOTE: that any Z covariates will b edropped and only the spatial part of the model will be evaluated.
Krig
predictSurface, plot.surface, image.plot
fit<- Krig(ChicagoO3$x,ChicagoO3$y, theta=30) # krig fit
#Image plot of surface with nice, smooth contours and shading
surface(fit, type="C", nx=128, ny=128)
Run the code above in your browser using DataLab