powered by
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 )
nothing is returned
object of class epmGrid
epmGrid
taxon to plot
color for plotting taxon's range
if 'none', then only the grid is plotted. If 'worldmap', then vector map is plotted. If 'interactive', then the plotting is done via your web browser.
'none'
'worldmap'
'interactive'
grid cell border width
opacity of all colors and borders, ranging from 0 (fully transparent) to 1 (fully opaque)
if false, use sf or terra packages for plotting
logical. If TRUE, adds the gridded taxon range to existing plot.
Pascal Title
tamiasEPM plotSpRange(tamiasEPM, 'Tamias_speciosus', use_tmap = FALSE)
Run the code above in your browser using DataLab