GeoRange_MultiTaxa: Function to tabulate number of occurrences/locations, six geographic range measures, minimum and maximum latitude and longitude for each taxon in a dataset
Description
Function to tabulate number of occurrences/locations, six geographic range measures, minimum and maximum latitude and longitude for each taxon in a dataset
- A matrix where columns are taxon occurrences and also having at least longitude and latitude values
TaxaStart
- The column index value where taxon records start
LongPos
- The column index value of longitudinal coordinates in the OccMatrix
LatPos
- The column index value of latitudinal coordinates in the OccMatrix
CellSize
- The size of each cell in degree X degree
longBounds
- Array of longitudinal boundaries in decimal degrees
latBounds
- Array of latitudinal boundaries in decimal degrees
Value
Returns a matrix of taxa by geographic range measures, including number of observations, number of unique locations observed at, minimum spanning tree distance, minimum convex hull area, maximum pairwise great circle distance, latitudinal range, longitudinal range, and number of degree X degree cells occupied
See Also
See the velociraptr package for details of the downloadPBDB() function