leafletPlot: leafletPlot

Description Usage Arguments Value Examples

View source: R/SpecimenData.R

Description

Interactive map of barcodes, when geographic information is available

Usage

1
leafletPlot(df, col = "species_name")

Arguments

df

specimen data from SpecimenData function

col

column used as label

Value

leaflet map

Examples

1
2
3
4
5
## Not run: 
specimendata <- boldminer::SpecimenData(taxon = "Elasmobranchii", geo = "Peru")
boldminer::leafletPlot(df = specimendata, col = "species_name")

## End(Not run)

Ulises-Rosas/boldminer documentation built on Dec. 18, 2019, 2:53 a.m.