plotLeaflet-sites-method: plotLeaflet

plotLeaflet,sites-methodR Documentation

plotLeaflet

Description

Plot sites on a leaflet map

Usage

## S4 method for signature 'sites'
plotLeaflet(object)

Arguments

object

Sites object to plot

Value

leaflet map

Examples


# Note that by default the limit for queries is 25 records:
tryCatch({
modernSites <- get_sites(keyword = "Modern")
plotLeaflet(modernSites)
}, error = function(e) {
 message("Neotoma server not responding. Try again later.")
})


neotoma2 documentation built on Dec. 6, 2025, 5:07 p.m.