Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the circular dispersal from a set of input azimuths.
1 | CircularDispersal(azimuths)
|
azimuths |
Vector containing the values of the azimuths |
One way to get a set of azimuths from X and Y coordinates of the vectors is to use the LoadData
function.
In the case of uniform distribution, this value is infinite, and with values close to 0, a highly concentrated data distribution is expected.
The value circular dispersal of all input azimuths.
Ruiz-Cuetos, J.C., jcruizcue@gmail.com, Felicisimo, A.M., amfeli@unex.es, Cuartero, A., acuartero@unex.es, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es
Fisher N.I. (1995) Statistical analysis of circular data. Cambridge. Cambridge University Press.
Website http://gim.unex.es/VecStatGraphs2D/
MeanModule
, MeanAzimuth
, CircularVariance
, CircularStandardDeviation
,
KurtosisAzimuthCoefficient
, VonMisesParameter
,
SkewnessAzimuthCoefficient
, AllAzimuthStatistics
.
1 2 3 4 | FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
azimuths<-dat[,2]
CircularDispersal(azimuths)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.