PEE_MultiTaxa {GeoRange} | R Documentation |
Function to compile the PBDB_PEE_SingleTaxon output for a list of taxa
Description
Function to compile the PBDB_PEE_SingleTaxon output for a list of taxa
Usage
PEE_MultiTaxa(GeoRare_Multi)
Arguments
GeoRare_Multi |
- The list of geographic range measures calculated from the GeoRarefaction_MultiTaxa function |
Value
Returns a vector list of six geographic range measures matrix with percent error of estimates [1] for each value
References
[1] Russell, M.P. & D.R. Lindberg. 1988. Real and Random Patterns Associated with Molluscan Spatial and Temporal Distributions. Paleobiology 14:322-330.
See Also
See the velociraptr package for details of the downloadPBDB() function
Examples
## Not run:
data(BivalvePBDB)
BivalveMatrix<-CoordList_PBDB(BivalvePBDB)
BivalveGeo<-GeoRarefaction_MultiTaxa(nLocCut=20,OccMatrix=BivalveMatrix,TaxaStart=3,replacePts=TRUE)
PEE_MultiTaxa(BivalveGeo)
## End(Not run)
[Package GeoRange version 0.1.0 Index]