map_stations: Map Senamhi stations on an interactive map

Description Usage Arguments Author(s) Examples

Description

Show the stations of interest on an interactive map using Leaflet. Zoom levels are guessed based on an RStudio plot window.

Usage

1
map_stations(station, type = "osm")

Arguments

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).

Author(s)

Conor I. Anderson

Examples

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))

ConorIA/senamhi documentation built on May 6, 2019, 12:50 p.m.