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