PEE_SingleTaxon: Function to calculate PEE [1] matrices for all the geographic...

Description Usage Arguments Value References See Also Examples

Description

Function to calculate PEE [1] matrices for all the geographic range measures

Usage

1
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

1
2
3
4
5
6
7
## 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)

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