Description Usage Arguments Value Author(s) See Also Examples
This function takes data and returns a new HydroModel-object, which can then be used to do hydrological simulations
1 | HydroModel(model, parameters, data, ...)
|
model |
character: Name of the model |
parameters |
data.frame with the required parameters |
data |
A list of data required to run the model. |
... |
Other arguments stored in the dots-slot of the HydroModel-class |
A HydroModel-class
-Object of
Dominik Reusser and Wouter Buytaerd
1 2 3 4 5 | data(huagrahuma)
mymodel <- HydroModel("topmodel", huagrahuma$parameters[1:9],
huagrahuma$inputs, delay = huagrahuma$delay,
topidx = huagrahuma$topidx)
predictions <- predict(mymodel, probs=c(0.05, 0.95))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.