View source: R/variogramModel.R
plot.rtopVariogramCloud | R Documentation |
Plot a sample variogram cloud, possibly with identification of individual point pairs
## S3 method for class 'rtopVariogramCloud'
plot(x, ...)
x |
object of class |
... |
parameters that are passed through to
|
This function is mainly a wrapper around plot.variogramCloud
,
necessary because of different column names and different class names. The
description of arguments and value can therefore be found in
the help page of plot.variogramCloud
.
Jon Olav Skoien
plot.gstatVariogram
rpath = system.file("extdata",package="rtop")
library(sf)
observations = st_read(rpath, "observations")
observations$obs = observations$QSUMMER_OB/observations$AREASQKM
# Create the sample variogram
rtopVario = rtopVariogram(observations, params = list(cloud = TRUE))
plot(rtopVario)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.