image.kriging {kriging} | R Documentation |
Map kriged data
Description
Create maps using the coordinates and predicted values in objects of class kriging
.
Usage
## S3 method for class 'kriging'
image(x, main = NULL, xlab = "", ylab = "", col = heat.colors(100), ...)
Arguments
x |
object of class |
main |
See par. |
xlab |
See par. |
ylab |
See par. |
col |
See par. |
... |
arguments, passed to image.default. |
Author(s)
Omar E. Olmedo
See Also
[Package kriging version 1.2 Index]