plot.sk: Heatmap plots

View source: R/sk_methods.R

plot.skR Documentation

Heatmap plots

Description

A wrapper for sk_plot

Usage

## S3 method for class 'sk'
plot(x, ...)

Arguments

x

a sk object

...

other arguments passed to sk_plot

Value

nothing

See Also

sk_plot

Examples

g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
plot(g)

snapKrig documentation built on May 31, 2023, 6:34 p.m.