lines.variogram.envelope | R Documentation |
Variogram envelopes computed by variog.model.env
or
variog.mc.env
are added to the current variogram plot.
## S3 method for class 'variogram.envelope'
lines(x, lty = 3, ...)
x |
an object of the class |
lty |
line type. Defaults to 3. |
... |
arguments to be passed to the function |
Lines defining the variogram envelope are added to the plotin the current graphics device.
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
variog
for variogram computation,
variog.model.env
and variog.mc.env
for
computation of variogram envelopes, and lines
for the
generic function.
s100.vario <- variog(s100, max.dist = 1)
s100.ml <- likfit(s100, ini=c(.5, .5))
s100.mod.env <- variog.model.env(s100, obj.variog = s100.vario,
model = s100.ml)
s100.mc.env <- variog.mc.env(s100, obj.variog = s100.vario)
plot(s100.vario)
lines(s100.mod.env)
lines(s100.mc.env, lwd=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.