Description Usage Arguments Author(s) Examples
Show the stations of interest on an interactive map using Leaflet. Zoom levels are guessed based on an RStudio plot window.
1 | map_stations(station, type = "osm")
|
station |
character; one or more station id numbers to show on the map. |
type |
character; either "osm" for OpenStreetMap tiles, or "sentinel" for cloudless satellite by EOX IT Services GmbH (https://s2maps.eu). |
Conor I. Anderson
1 2 3 4 | # Map a single station
map_stations(401)
# Make a map from station search results.
map_stations(station_search(region = "SAN MARTIN", baseline = 1981:2010))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.