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