Description Usage Arguments Details Value Author(s) References Examples
Functionality to process input data and results for a WaSiM model run.
1  | 
files | 
 vector of paths to a WaSiM \$\$\$-files (The parsed control file).  | 
ToDo: Check if correct for wasim.read.Run
A data.frame defining the data to be read must be stored as wasim.data.types. RHydro comes with a default definition for this data.frame 
If files points to multiple WaSiM \$\$\$-files, each is added as seperate run.
A HydroRun object is returned.
Dominik Reusser, University of Potsdam
thePaper,
Schulla, J. & Jasper, K. Model Description WaSiM-ETH 2001
1 2 3 4 5 6 7 8 9  | ## Not run: 
library(RHydroWasimData)
file=system.file("controllfile.$$$", package="RHydroWasimData")
object <- wasim.read.Run(file)
plot(object, hydro.plot.type="rainfall-runoff")
plot(object, hydro.plot.type="balance")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.