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
799f1dab
Commit
799f1dab
authored
Oct 31, 2016
by
unknown
Browse files
#4014 CreateCalibOptions() lose the StartParam argument
parent
8dbaeb84
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/CreateCalibOptions.R
View file @
799f1dab
CreateCalibOptions
<-
function
(
FUN_MOD
,
FUN_CALIB
=
Calibration_Michel
,
FUN_TRANSFO
=
NULL
,
FixedParam
=
NULL
,
SearchRanges
=
NULL
,
StartParam
=
NULL
,
StartParamList
=
NULL
,
StartParamDistrib
=
NULL
){
StartParamList
=
NULL
,
StartParamDistrib
=
NULL
){
ObjectClass
<-
NULL
;
...
...
man/CreateCalibOptions.Rd
View file @
799f1dab
...
...
@@ -5,7 +5,7 @@
\usage{
CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel,
FUN_TRANSFO = NULL, FixedParam = NULL,
SearchRanges = NULL,
StartParam = NULL,
StartParamList = NULL,
SearchRanges = NULL, StartParamList = NULL,
StartParamDistrib = NULL)
}
\arguments{
...
...
@@ -30,13 +30,6 @@ CreateCalibOptions(FUN_MOD, FUN_CALIB = Calibration_Michel,
[2,] \tab 3000 \tab +1 \tab 100 \tab ... \tab 3.0 \cr
}}
\item{StartParam}{(optional) [numeric] vector of parameter values used to start global search calibration procedure
\cr Example:
\tabular{llllll}{
\tab [X1] \tab [X2] \tab [X3] \tab [...] \tab [Xi] \cr
\tab 1000 \tab -0.5 \tab 22 \tab ... \tab 1.1 \cr
}}
\item{StartParamList}{(optional) [numeric] matrix of parameter sets used for grid-screening calibration procedure (values in columns, sets in line)
\cr Example:
\tabular{llllll}{
...
...
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