GeoPerformance_SkewCV {GeoRange}R Documentation

Function to calculate the skewness and coefficient of variance for a set of geographic range calculations

Description

Function to calculate the skewness and coefficient of variance for a set of geographic range calculations

Usage

GeoPerformance_SkewCV(GeoRange)

Arguments

GeoRange

- Data matrix containing the geographic range calculations for a set of taxa, as from the GeoRange_MultiTaxa() function

Value

Returns a list of the skewness and coefficient of variance for each geographic range measure

Note

The coefficient of variance returned is standard deviation/mean

See Also

See the raster and moments packages for more details on the calculation of skewness and coefficient of variance

Examples

## Not run: 
data(BivalvePBDB)
BivalveMatrix<-CoordList_PBDB(BivalvePBDB)
BivalveGeo<-GeoRange_MultiTaxa(OccMatrix=BivalveMatrix,TaxaStart=3)
GeoPerformance_SkewCV(BivalveGeo)

## End(Not run)

[Package GeoRange version 0.1.0 Index]