Learn R Programming

snapKrig (version 0.0.2)

plot.sk: Heatmap plots

Description

A wrapper for sk_plot

Usage

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

Value

nothing

Arguments

x

a sk object

...

other arguments passed to sk_plot

See Also

sk_plot

Examples

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

Run the code above in your browser using DataLab