Description Usage Arguments Value Examples
View source: R/vs2dhReadOutput.R
Read VS2dh model output file with time series of variables pressure head and temperature
1 | vs2dh.readVariables(model.path, fileName = "variables.out", dbg = TRUE)
|
model.path |
full path to folder containing model output files |
fileName |
name of file containing variable results (default: "variables.out") |
dbg |
if true text output |
variable model results are imported in a R object
1 2 3 4 | ### Location of example vs2dh model contained in "kwb.vs2dh package"
model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh")
res <- vs2di.run(model.path = model.path)
vs2dh.readVariables(model.path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.