.interpCoordFromQuantile | R Documentation |
This function returns the latitude or longitude of quantile(s) of the geographic abundance distribution. The input is derived from a rasterized map of the species abundance distribution. If a quantile would occur somewhere between two cells, the latitude/longitude is linearly interpolated between the cells bracketing its value.
.interpCoordFromQuantile( latOrLong, quants, x, coordVect, weightedElev = NULL, warn = TRUE )
latOrLong |
Either 'latitude' or 'longitude' |
quants |
Quantile value(s) (i.e., in the range [0, 1]) |
x |
Matrix of abundances. |
coordVect |
Vector of latitudes, one per row in |
weightedElev |
Raster of elevations weighted by x1 or x2 or |
warn |
Logical. Show warnings. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.