Skip to content

Commit

Permalink
docs(RunModel): improve plot example
Browse files Browse the repository at this point in the history
Refs #133
  • Loading branch information
David committed Jul 31, 2024
1 parent 9f5c179 commit fe52d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man-examples/RunModel.GRiwrmInputsModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,5 @@ df54001 <- cbind(attr(OM_div, "Qm3s")[Ind_Plot, c("DatesR", "54001")],
names(df54001) <- c("DatesR", "54001 with irrigation", "54001 natural flow")
df54001 <- as.Qm3s(df54001)
plot(df54001, ylim = c(0,70))
abline(h = 12, col = "green")
abline(h = 12, col = "green", lty = "dotted")
par(oldpar)

0 comments on commit fe52d03

Please sign in to comment.