Plot the species occurrences showing the estimated biogeographical status of points.
plotBiogeoStatus(
biogeo,
regional = TRUE,
reg.by = "country",
borders = TRUE,
col.features = "khaki",
col.bg = "azure2",
plot.range = FALSE,
range = NULL,
box = FALSE
)
This function plots the species occurrence with estimated biogeographical status of all points.
dataTable of the species occurrence including a column with the estimated biogeographical status of points.
logical, whether the whole world should be plotted as the background or only the region adjacent to the species countries of occurrence.
character, by countries where there are points or by area where the points are located.
logical, whether country limits should be plotted.
colour for plotting features.
colour for plotting the background.
logical, if TRUE, range maps should be provided as a shapefile in argument range.
shapefile, species range map.
logical, includes frame with coordinates locations.