georange | R Documentation |
Geographic range as a function of a set of coordinates or sample/site/cell membeships.
georange(x, lng = NULL, lat = NULL, loc = NULL, method = "co")
x |
|
lng |
( |
lat |
( |
loc |
( |
method |
( |
Multiple estimators of geographic ranges are implemented based on coordinates or cell identifiers. The function outputs a vector of the results based on the calculation methods specified in methods
.
A numeric vector with geographic ranges (multiple methods).
data(corals)
# select a taxon from a certain time slice
bitax <- corals[corals$stg==69 & corals$genus=="Microsolena",]
georange(bitax, lng="paleolng", lat="paleolat", method="co")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.