combineWatersheds: Combine watershed objects into single geojson-structured list

Description Usage Arguments Examples

View source: R/combine.R

Description

Returns a watershed object with elements of wslist combined into a single FeatureCollection

Usage

1
combineWatersheds(wslist, id)

Arguments

wslist

list of watershed objects

id

vector of identifiers to identify each watershed

Examples

1
2
3
4
  data(westfield)
  data(pommoqusset)
  combo <- combineWatersheds(list(westfield, pommoqusset), id = c("wf", "pom"))
  leafletWatershed(combo)

markwh/streamstats documentation built on Sept. 29, 2021, 8:42 a.m.