plotSpRange | R Documentation |
Plot one species' geographic range, as encoded in the epmGrid object.
plotSpRange(
x,
taxon,
taxonColor = "orange",
basemap = "worldmap",
lwd = 0.5,
alpha = 1,
use_tmap = FALSE,
add = FALSE
)
x |
object of class |
taxon |
taxon to plot |
taxonColor |
color for plotting taxon's range |
basemap |
if |
lwd |
grid cell border width |
alpha |
opacity of all colors and borders, ranging from 0 (fully transparent) to 1 (fully opaque) |
use_tmap |
if false, use sf or terra packages for plotting |
add |
logical. If TRUE, adds the gridded taxon range to existing plot. |
nothing is returned
Pascal Title
tamiasEPM
plotSpRange(tamiasEPM, 'Tamias_speciosus', use_tmap = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.