Description Usage Arguments Value Examples
Interactive map of barcodes, when geographic information is available
1 | leafletPlot(df, col = "species_name")
|
df |
specimen data from |
col |
column used as label |
leaflet map
1 2 3 4 5 | ## Not run:
specimendata <- boldminer::SpecimenData(taxon = "Elasmobranchii", geo = "Peru")
boldminer::leafletPlot(df = specimendata, col = "species_name")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.