streamnetworkMod | R Documentation |
Shiny Module Server for stream networks
streamnetworkMod(
input,
output,
session,
values,
dem,
threshold = 1000,
map,
...
)
input |
Shiny server function input |
output |
Shiny server function output |
session |
Shiny server function session |
values |
A reactive Values list to pass |
dem |
A raster or terra object dem. (optional) |
threshold |
A threshold for stream initiation. 1000 (default). |
map |
a background leaflet or mapview map to be used for editing. If NULL a blank mapview canvas will be provided. |
... |
arguments to pass to wbt_* functions. |
server function for Shiny module
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.