GeoPerformance_SkewCV: Function to calculate the skewness and coefficient of...

Description Usage Arguments Value Note See Also Examples

Description

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

Usage

1

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

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)

GeoRange documentation built on May 1, 2019, 8:03 p.m.