From 37ad4a5715b6e2a54d6f76eed0a8db721bf048ca Mon Sep 17 00:00:00 2001
From: Bruno Bonte <bruno.bonte@irstea.fr>
Date: Wed, 27 Mar 2019 18:29:08 +0100
Subject: [PATCH] oubli

---
 r-cormas-cowat-example.R | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/r-cormas-cowat-example.R b/r-cormas-cowat-example.R
index d50134c..86fa79d 100644
--- a/r-cormas-cowat-example.R
+++ b/r-cormas-cowat-example.R
@@ -73,5 +73,8 @@ for (day in 1:31){
 
 riverFlow <- getNumericProbe("riverFlow","COWAT")
 naturalRiverFlow <- getNumericProbe("naturalRiverFlow","COWAT")
-plot(0:240, riverLevel)
+plot(0:744, riverFlow, type ="l")
+lines(0:744, naturalRiverFlow, type ="l", col="red", lwd=2)
+points(days * 24, riverFlows, col="blue")
+ plot(river)
 
-- 
GitLab