plotQC | R Documentation |
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)
x |
a remora output object with |
path |
path to save map(s). Options are: |
pal |
a |
revpal |
reverse order of colour palette. |
produces interactive leaflet maps of species expert distribution and location of QC'd detections
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.