From 43d76da8f362333bfec83d7f1ebc0d80d6802ec7 Mon Sep 17 00:00:00 2001 From: Dorchies David <david.dorchies@inrae.fr> Date: Fri, 9 Jul 2021 16:38:25 +0200 Subject: [PATCH] doc(vignettes): fix bug on plot.OutputsModel Refs #26 --- vignettes/V03_Open-loop_influenced_flow.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/V03_Open-loop_influenced_flow.Rmd b/vignettes/V03_Open-loop_influenced_flow.Rmd index b0e44b7..7b541fe 100644 --- a/vignettes/V03_Open-loop_influenced_flow.Rmd +++ b/vignettes/V03_Open-loop_influenced_flow.Rmd @@ -122,7 +122,7 @@ OM_OL <- RunModel( As can be seen below, compared to results of vignette "V02_Calibration_SD_model", the use of measured flows on upstream influenced basins improves largely the model performance at downstream stations (better low flow simulations). ```{r, fig.height = 5, fig.width = 8} -plot(OutputsModels, Qobs = Qobs[IndPeriod_Run,], which = "Regime") +plot(OM_OL, Qobs = Qobs[IndPeriod_Run,], which = "Regime") ``` The resulting flows of each node in m<sup>3</sup>/s is directly available and can be plotted with these commands: -- GitLab