poly_multimod_forecast_plot_mod: Shiny server module to do multi-model plots in the polygon...

Description Usage Arguments Examples

View source: R/plot_modules.R

Description

Shiny server module to do multi-model plots in the polygon tab (module "mapModule_polygonFeature"). Needs tidying up with previous function

Usage

1
2
3
4
poly_multimod_forecast_plot_mod(input, output, session,
  selected_stations = NULL, model_1, model_2, model_3, model_4,
  return_levels = NULL, variable_1, variable_2, variable_3, variable_4,
  type_rl)

Arguments

input
output
session
selected_stations
model_1
model_2
model_3
model_4
return_levels
variable_1
variable_2
variable_3
variable_4
type_rl

Examples

1
2
3
In "mapModulePolygonFeature"
callModule(poly_multimod_forecast_plot_mod, "multi_station_plot", as.character(selected_regine_main()), HBV_2014, HBV_2016, DDD, HBV_past_year, flomtabell,
input$variable_1, input$variable_2, input$variable_3, input$variable_4, input$type_rl)

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