Commit 3add44e2 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v0.2.10.31 CLEAN: moved the triangle matching with the actual exchange on the...

v0.2.10.31 CLEAN: moved the triangle matching with the actual exchange on the GR2M model diagram of the GUI #14
Showing with 3 additions and 3 deletions
+3 -3
Package: airGRteaching Package: airGRteaching
Type: Package Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.30 Version: 0.2.10.31
Date: 2020-04-29 Date: 2020-04-29
Authors@R: c( Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### 0.2.10.30 Release Notes (2020-04-29) ### 0.2.10.31 Release Notes (2020-04-29)
#### New features #### New features
......
...@@ -796,7 +796,7 @@ if (getRversion() >= "2.15.1") { ...@@ -796,7 +796,7 @@ if (getRversion() >= "2.15.1") {
y0 = y_Ech_Q9 , y1 = y_Ech_Q9, y0 = y_Ech_Q9 , y1 = y_Ech_Q9,
length = 0.075, angle = 20, code = 3) length = 0.075, angle = 20, code = 3)
pch <- ifelse(OutputsModel$Exch[i_pdt] < 0, tri_R, tri_L) pch <- ifelse(OutputsModel$Exch[i_pdt] < 0, tri_R, tri_L)
points(x = xy_min_ROUT[1]+base_res+130, y = y_Ech_Q9, points(x = xy_min_ROUT[1]+base_res+80, y = y_Ech_Q9,
type = "p", pch = pch, col = col_P, type = "p", pch = pch, col = col_P,
cex = cex_tri(OutputsModel$Exch[i_pdt], fact = fact_triangle, max = cex_max_poly)) cex = cex_tri(OutputsModel$Exch[i_pdt], fact = fact_triangle, max = cex_max_poly))
} }
......
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