Description Usage Arguments Value Note See Also Examples
Function to calculate the skewness and coefficient of variance for a set of geographic range calculations
| 1 | GeoPerformance_SkewCV(GeoRange)
 | 
| 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
The coefficient of variance returned is standard deviation/mean
See the raster and moments packages for more details on the calculation of skewness and coefficient of variance
| 1 2 3 4 5 6 7 | ## Not run: 
data(BivalvePBDB)
BivalveMatrix<-CoordList_PBDB(BivalvePBDB)
BivalveGeo<-GeoRange_MultiTaxa(OccMatrix=BivalveMatrix,TaxaStart=3)
GeoPerformance_SkewCV(BivalveGeo)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.