diff --git a/vignettes/v02_EN_flow_forecasting.rmd b/vignettes/v02_EN_flow_forecasting.rmd index 8c2e1a61a62dd4065617fe4e983066462a8982f6..5b00969bd29bf0ba5a2927f03cb47925904d4f5d 100644 --- a/vignettes/v02_EN_flow_forecasting.rmd +++ b/vignettes/v02_EN_flow_forecasting.rmd @@ -462,7 +462,7 @@ The following figure represents the observed and simulated streamflow series ove ```{r, v02_fig_qscen_p0, echo=FALSE, fig.width=3*3, fig.height=3*1.7, out.width='98%'} # Plot framework -<<v02_fig_step_cal_hist>> +<<v02_fig_cal_hist>> # Zero precipitation lines(x = ts_sim_scen_p0$Dates, y = ts_sim_scen_p0$Qsim, lwd = 2, col = "blue") diff --git a/vignettes/v02_FR_flow_forecasting.rmd b/vignettes/v02_FR_flow_forecasting.rmd index 3fc444e3b5c20b63a802b819a7997fea1467cdfc..1162289c869aefca5b4b12217487e987cdaec44c 100644 --- a/vignettes/v02_FR_flow_forecasting.rmd +++ b/vignettes/v02_FR_flow_forecasting.rmd @@ -462,7 +462,7 @@ La figure suivante représente les séries de débits observés et simulés sur ```{r, v02_fig_qscen_p0, echo=FALSE, fig.width=3*3, fig.height=3*1.7, out.width='98%'} # Plot framework -<<v02_fig_step_cal_hist>> +<<v02_fig_cal_hist>> # Zero rainfall lines(x = ts_sim_scen_p0$Dates, y = ts_sim_scen_p0$Qsim, lwd = 2, col = "blue")