| ndirections | R Documentation |
Returns the number of directions at which an empirical variogram was computed
ndirections(x)
## Default S3 method:
ndirections(x)
## S3 method for class 'azimuth'
ndirections(x)
## S3 method for class 'azimuthInterval'
ndirections(x)
## S3 method for class 'logratioVariogramAnisotropy'
ndirections(x)
## S3 method for class 'logratioVariogram'
ndirections(x)
## S3 method for class 'gmEVario'
ndirections(x)
## S3 method for class 'gstatVariogram'
ndirections(x)
x |
empirical variogram object |
Generic function. It provides the number of directions at which an empirical variogram was computed
default: generic method
azimuth: method for objects of class "azimuth" (vectors of single angles)
azimuthInterval: method for objects of class "azimuthInterval" (data.frames of intervals for angles)
logratioVariogramAnisotropy: method for empirical logratio variograms with anisotropy
logratioVariogram: method for empirical logratio variograms without anisotropy
gmEVario: method for empirical gmGeostats variograms
gstatVariogram: method for empirical gstat variograms
logratioVariogram(), gstat::variogram()
Other gmEVario functions:
as.gmEVario.gstatVariogram(),
gsi.EVario2D(),
gsi.EVario3D(),
plot.gmEVario(),
variogramModelPlot(),
variogram()
Other gmCgram functions:
[.gmCgram(),
[[.gmCgram(),
as.function.gmCgram(),
as.gmCgram.variogramModelList(),
length.gmCgram(),
plot.gmCgram(),
variogramModelPlot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.