From feeba13a40110129c5a00af5ebd3daf2afbfa473 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Tue, 23 Jul 2024 13:45:56 +0200
Subject: [PATCH] docs(vignette): replace the figure called in
 'v02_fig_qscen_p0' of the  'Low-flow forecasting' vignette Refs: #78

---
 vignettes/v02_EN_flow_forecasting.rmd | 2 +-
 vignettes/v02_FR_flow_forecasting.rmd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vignettes/v02_EN_flow_forecasting.rmd b/vignettes/v02_EN_flow_forecasting.rmd
index 8c2e1a6..5b00969 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 3fc444e..1162289 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")
-- 
GitLab