Function to calculate PEE [1] matrices for all the geographic range measures
PEE_SingleTaxon(GeoRare, TName = "Brach 1")
- The list of geographic range measures calculated from the GeoRarefaction_SingleTaxon or GeoRarefaction_MultiTaxa functions
- Name of the target taxon for analysis as a string
Returns a list of six geographic range measures matrix with percent error of estimates for each value
[1] Russell, M.P. & D.R. Lindberg. 1988. Real and Random Patterns Associated with Molluscan Spatial and Temporal Distributions. Paleobiology 14:322-330.
See the velociraptr package for details of the downloadPBDB() function
data(BivalvePBDB)
BivalveMatrix<-CoordList_PBDB(BivalvePBDB)
BivalveGeo<-GeoRarefaction_MultiTaxa(nLocCut=50,OccMatrix=BivalveMatrix,TaxaStart=3,iter=20)
PEE_SingleTaxon(GeoRare=BivalveGeo,TName=names(BivalveGeo)[3])
Run the code above in your browser using DataLab