surface.krig {funfits} | R Documentation |
Two plots are made, a surface plot and a contour plot.
surface.krig(obj, grid.list=NA, extrap=F, graphics.reset=T, ...)
obj |
A krig object. |
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. |
extrap |
Extraplolation beyond the range of the data. |
graphics.reset |
Reset to original graphics parameters after function plotting. |
... |
Any plotting options. |
krig, surface
krig(ozone$x,ozone$y) -> fit # krig fit surface(fit) #plots surface and contours of krig fit