plotAccuracy: plotAccuracy

View source: R/plotAccuracy.R

plotAccuracyR Documentation

plotAccuracy

Description

Plot the species occurrences showing the estimated accuracy of points.

Usage

plotAccuracy(
  acc,
  regional = TRUE,
  reg.by = "country",
  borders = TRUE,
  col.features = "khaki",
  col.bg = "azure2",
  plot.range = FALSE,
  range = NULL,
  box = FALSE
)

Arguments

acc

dataTable of the species occurrence including a column with the estimated accuracy 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 accuracy of all points.


bRacatus documentation built on Dec. 28, 2022, 2:24 a.m.