Description Usage Arguments Note Author(s) References See Also Examples
View source: R/variogramModel.R
Plot a sample variogram cloud, possibly with identification of individual point pairs
1 2 |
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
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
rpath = system.file("extdata",package="rtop")
observations = readOGR(rpath,"observations")
observations$obs = observations$QSUMMER_OB/observations$AREASQKM
# Create the sample variogram
rtopVario = rtopVariogram(observations, params = list(cloud = TRUE))
plot(rtopVario)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.