HydroModelParameters-class: Class "HydroModelParameters"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

The class HydroModelParameters contains a dataframe with a collection of parameter sets for running a hydrological model

Objects from the Class

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.

Slots

parameters:

Object of class "data.frame". data.frame with a list of model parameters

modelID:

Object of class "character". Name of the specific model

Methods

plot

signature(x = "HydroModelParameters", y = "ANY"): ...

print

signature(x = "HydroModelParameters"): ...

names

signature(x = "HydroModelParameters"): ...

coerce

signature(from = "numeric", to = "HydroModelParameters"): ...

coerce

signature(from = "data.frame", to = "HydroModelParameters"): ...

coerce

signature(from = "matrix", to = "HydroModelParameters"): ...

coerce

signature(from = "HydroModelParameters", to = "data.frame"): ...

coerce

signature(from = "HydroModelParameters", to = "matrix"): ...

coerce

signature(from = "list", to = "HydroWasimParameters"): ...

coerce

signature(from = "list", to = "HydroModelParameters"): ...

Author(s)

Dominik Reusser, Wouter Buytaert

References

thePaper

See Also

HydroRun HydroTopmodelParameters HydroWasimParameters

Examples

1
showClass("HydroModelParameters")

RHydro documentation built on May 2, 2019, 6:24 p.m.