multimod_forecast_plot: Function for multistation and multimodel plots. Used in the...

Description Usage Arguments Examples

View source: R/plotting_functions.R

Description

Function for multistation and multimodel plots. Used in the server module "multimod_forecast_plot_mod"

Usage

1
2
multimod_forecast_plot(obs_data = NULL, dat_1 = NULL, dat_2 = NULL,
  dat_3 = NULL, dat_4 = NULL, return_levels = NULL, gg_plot = FALSE)

Arguments

dat_1
dat_2
dat_3
dat_4
return_levels
gg_plot

Examples

1
2
3
In multimod_forecast_plot_mod
output$plot <- renderPlotly(multimod_forecast_plot(subset2plot_OBS(), subset2plot_m1(), subset2plot_m2(), 
subset2plot_m3(), subset2plot_m4(), subset2plot_rl()))

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