Description Usage Arguments Examples
Returns a watershed object with elements of wslist combined into a single FeatureCollection
1 | combineWatersheds(wslist, id)
|
wslist |
list of watershed objects |
id |
vector of identifiers to identify each watershed |
1 2 3 4 | data(westfield)
data(pommoqusset)
combo <- combineWatersheds(list(westfield, pommoqusset), id = c("wf", "pom"))
leafletWatershed(combo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.