Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
32581bc3
Commit
32581bc3
authored
Oct 22, 2018
by
Delaigue Olivier
Browse files
v1.1.2.13 CLEAN: minor syntaxe revision
parent
6a57aeed
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
32581bc3
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.1.2.1
2
Version: 1.1.2.1
3
Date: 2018-10-22
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
R/Calibration_Michel.R
View file @
32581bc3
Calibration_Michel
<-
function
(
InputsModel
,
RunOptions
,
InputsCrit
,
CalibOptions
,
FUN_MOD
,
FUN_CRIT
,
FUN_TRANSFO
=
NULL
,
verbose
=
TRUE
)
{
FUN_MOD
,
FUN_CRIT
,
FUN_TRANSFO
=
NULL
,
verbose
=
TRUE
)
{
##_____Arguments_check_____________________________________________________________________
...
...
@@ -30,7 +30,7 @@ Calibration_Michel <- function(InputsModel, RunOptions, InputsCrit, CalibOptions
if
(
!
missing
(
FUN_CRIT
))
{
warning
(
"argument 'FUN_CRIT' is deprecated. The error criterion function is now automatically get from the 'InputsCrit' object"
,
call.
=
FALSE
)
}
##_check_FUN_TRANSFO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment