PEE_SingleTaxon {GeoRange} | R Documentation |
Function to calculate PEE [1] matrices for all the geographic range measures
Description
Function to calculate PEE [1] matrices for all the geographic range measures
Usage
PEE_SingleTaxon(GeoRare, TName = "Brach 1")
Arguments
GeoRare |
- The list of geographic range measures calculated from the GeoRarefaction_SingleTaxon or GeoRarefaction_MultiTaxa functions |
TName |
- Name of the target taxon for analysis as a string |
Value
Returns a list of six geographic range measures matrix with percent error of estimates 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=50,OccMatrix=BivalveMatrix,TaxaStart=3,iter=20)
PEE_SingleTaxon(GeoRare=BivalveGeo,TName=names(BivalveGeo)[3])
## End(Not run)
[Package GeoRange version 0.1.0 Index]