Commit 6a57aeed authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.1.2.12 NEW: ErrorCrit_RMSE returns classes RMSE and ErrorCrit

Showing with 3 additions and 1 deletion
+3 -1
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.1.2.11
Version: 1.1.2.12
Date: 2018-10-22
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -131,6 +131,8 @@ ErrorCrit_RMSE <- function(InputsCrit, OutputsModel, warnings = TRUE, verbose =
Multiplier = Multiplier,
Ind_notcomputed = Ind_TS_ignore
)
class(OutputsCrit) <- c("RMSE", "ErrorCrit")
return(OutputsCrit)
}
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