multimod_forecast_plot_mod: Shiny server module for the multimodel and multistation plot....

Description Usage Arguments Examples

View source: R/plot_modules.R

Description

Shiny server module for the multimodel and multistation plot. Used in server.R and in "mapModule_polygonFeature"

Usage

1
2
multimod_forecast_plot_mod(input, output, session, map_input, OBS, model_1,
  model_2, model_3, model_4, return_levels = NULL)

Arguments

input
output
session
map_input
model_1
model_2
model_3
model_4
return_levels

Examples

1
2
3
In server.R
 input4multi_forecast_plot <- callModule(mapModule,"multistation_map")
 callModule(multimod_forecast_plot_mod,"multistation_plot", input4multi_forecast_plot, OBS, HBV_2014, HBV_2016, DDD, HBV_past_year, flomtabell)

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