View source: R/plotBiogeoStatus.R
plotBiogeoStatus | R Documentation |
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
)
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. |
This function plots the species occurrence with estimated biogeographical status of all points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.