plotLeaflet,site-method {neotoma2} | R Documentation |
plotLeaflet
Description
Plot a site on a leaflet map
Usage
## S4 method for signature 'site'
plotLeaflet(object)
Arguments
object |
Site object to plot |
Value
leaflet
map
Examples
modernSites <- get_sites(keyword = "Modern")
plotLeaflet(modernSites[[1]])
[Package neotoma2 version 1.0.4 Index]