mapModule_polygonFeature: Shiny server module to be used with the UI module...

Description Usage Arguments Value Examples

View source: R/map_modules.R

Description

Shiny server module to be used with the UI module "mapModule_polygonFeatureUI"

Usage

1
mapModule_polygonFeature(input, output, session)

Arguments

input
output
session

Value

NULL This is a server module and could return "input" as with "mapModule", but I some problems implementing it in a similar way. So the plotting is integrated within this module with "poly_multimod_forecast_plot_mod" which makes things a bit confusing. This implementation could probably be simplified to resemble more "mapModule".

Examples

1
See server.R and UI.R for its implementation into the shiny App

NVE/Flood_forecasting documentation built on May 7, 2019, 6:04 p.m.