Plot method for objects of class diversity_range bamm.
# S4 method for diversity_range,ANY
plot(
x,
xlab = NULL,
plot_type = "diversity_range",
legend = TRUE,
legend_position = "bottomright",
ylab = NULL,
col = NULL,
pch = NULL,
pch_legend = 19,
radius = 0.5,
...
)
Plot of the results of the diversity_range analysis
An object of class diversity_range
x label
Plot type: possible options: "diversity_range" (range-diversity plot), "diversity_range_map" (a raster map with diversity_range categories), "alpha" (a raster map with alpha diversity values), "dispersion_field" (a raster with dispersion field)
Logical. If TRUE the legend of the categorical diversity range values will appear.
Legend position.
y label
Plot colors.
Patch type.
Patch type for legends.
Size of the patch for the interactive map.
Graphical parameters. Any argument that can be passed to 1) base::plot, such as axes=FALSE, main='title', ylab='latitude' 2) leaflet::leaflet or 3) leaflet::addCircleMarkers.
Luis Osorio-Olvera & Jorge Soberón
To show interactive diversity_range plots install the 'plotly' R package.