We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dbffc commit 24e45b9Copy full SHA for 24e45b9
1 file changed
R/getSoilProperties.R
@@ -112,7 +112,9 @@ getMeanPotentialCapillaryRiseRate <- function(
112
]
113
)
114
115
- as.integer(estimateDaysOfGrowth(usage, yieldPower) * kr)
+ days_of_growth <- estimateDaysOfGrowth(usage, yieldPower)
116
+
117
+ as.integer(round(days_of_growth * kr))
118
}
119
120
# MEAN_POTENTIAL_CAPILLARY_RISE_RATES_SUMMER_MATRIX ----------------------------
0 commit comments