explore: Explore Spatial HydroData Objects

Description Usage Arguments Value Author(s) Examples

View source: R/explore.R

Description

explore can be used to explore spatial HydroData objects obtained from Namely: findGHCN findNHD findReservoir findtiger findSnotel findUSGS findWaterbodies findWS findap getCLD getKoppen getNED getNLCD getWaterUse

Usage

1
explore(input = NULL, save = FALSE)

Arguments

input

a single, or list, of HydroData objects

save

(logical) should the leaflet HTML be saved to disk?

Value

leaflet map object

Author(s)

Mike Johnson

Examples

1
2
3
4
5
6
7
## Not run: 
# Find USGS station near UCSB

ucsb.nwis = findUSGS(clip_unit = list("UCSB", 10, 10))
explore(ucsb.nwis)

## End(Not run)

mikejohnson51/HydroData documentation built on May 29, 2019, 2:34 p.m.