Learn R Programming

GeoRange (version 0.1.0)

GeoPerformance_SkewCV: 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

See Also

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

Examples

Run this code

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

Run the code above in your browser using DataLab