Description Objects from the Class Slots Methods Author(s) References See Also Examples
The class HydroModelParameters contains a dataframe with a collection of parameter sets for running a hydrological model
Objects can be created by calls of the form
new("HydroModelParameters", ...)
. But usually, objects of
specific subclasses are created.
HydroModelParameters as such has little direct relevance, it is a superclass for a specific models. For instances, topmodel uses the specific class HydroTopmodelParameters, which checks parameters for irrealistic values that may result in anomalous model behaviour.
parameters
:Object of class "data.frame"
.
data.frame with a list of model parameters
modelID
:Object of class "character"
. Name of
the specific model
signature(x = "HydroModelParameters", y = "ANY")
: ...
signature(x = "HydroModelParameters")
: ...
signature(x = "HydroModelParameters")
: ...
signature(from = "numeric", to = "HydroModelParameters")
: ...
signature(from = "data.frame", to = "HydroModelParameters")
: ...
signature(from = "matrix", to = "HydroModelParameters")
: ...
signature(from = "HydroModelParameters", to = "data.frame")
: ...
signature(from = "HydroModelParameters", to = "matrix")
: ...
signature(from = "list", to = "HydroWasimParameters")
: ...
signature(from = "list", to = "HydroModelParameters")
: ...
Dominik Reusser, Wouter Buytaert
thePaper
HydroRun
HydroTopmodelParameters
HydroWasimParameters
1 | showClass("HydroModelParameters")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.