Commit 37ad4a57 authored by Bonte Bruno's avatar Bonte Bruno
Browse files

oubli

parent e2b283f2
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -73,5 +73,8 @@ for (day in 1:31){ ...@@ -73,5 +73,8 @@ for (day in 1:31){
riverFlow <- getNumericProbe("riverFlow","COWAT") riverFlow <- getNumericProbe("riverFlow","COWAT")
naturalRiverFlow <- getNumericProbe("naturalRiverFlow","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)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment