logratioVariogram,acomp-method | R Documentation |
gmGeostats reimplementation of the compositions::logratioVariogram function
## S4 method for signature 'acomp'
logratioVariogram(
data = comp,
loc,
...,
azimuth = 0,
azimuth.tol = 180/length(azimuth),
comp = NULL
)
data |
a data container (of class "gmSpatialModel") or a composition (of class "acomp") |
loc |
if |
... |
extra arguments for generic functionality |
azimuth |
which direction, or directions, are desired (in case of directional variogram) |
azimuth.tol |
which tolerance sould be used for directional variograms? |
comp |
an alias for |
a "logratioVariogram" object, or a "logratioVariogramAnisotropy" object
if you provide more than one azimuth
. See logratioVariogram()
for details and
examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.