plot.sk {snapKrig}R 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)

[Package snapKrig version 0.0.2 Index]