image.kriging: Map kriged data

View source: R/methods.R

image.krigingR 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 kriging.

main

See par.

xlab

See par.

ylab

See par.

col

See par.

...

arguments, passed to image.default.

Author(s)

Omar E. Olmedo

See Also

kriging.


kriging documentation built on June 25, 2022, 1:06 a.m.