plotQCint() QC'd detections colour-coded by their assessed validity status, overlaid on species expert distribution extent

plotQC(x, path = NULL, pal = "PuOr", revpal = TRUE)

Arguments

x

a remora output object with class(remora_QC).

path

path to save map(s). Options are: NULL (default) - renders to a viewer window (RStudio only); wb - renders in default web browser; or a valid file path - map saved as a self-contained .html file.

pal

a brewer.pal palette name as a quoted character string. Use RColorBrewer::display.brewer.all() to see choices.

revpal

reverse order of colour palette.

Value

produces interactive leaflet maps of species expert distribution and location of QC'd detections

Examples

## example QC'd data
data(TownsvilleReefQC)

## save plot as an .html file to the working directory
plotQC(TownsvilleReefQC, path = ".")

## clean up
system("rm *_QCmap.html")