powered by
Function to calculate the skewness and coefficient of variance for a set of geographic range calculations
GeoPerformance_SkewCV(GeoRange)
- Data matrix containing the geographic range calculations for a set of taxa, as from the GeoRange_MultiTaxa() function
Returns a list of the skewness and coefficient of variance for each geographic range measure
See the raster and moments packages for more details on the calculation of skewness and coefficient of variance
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