basinMod {gwavr} | R Documentation |
Shiny Module Server for basin generation
Description
Shiny Module Server for basin generation
Usage
basinMod(input, output, session, values, dem, threshold = 1000, map, ...)
Arguments
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. |
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. |
Value
server function for Shiny module
[Package gwavr version 0.3.1 Index]