Description Usage Arguments Value Examples
View source: R/vs2dhRunModel.R
Create vs2dh.fil or vs2dt.fil file
1 | vs2di.createFileDat(engine, model.path, dbg = TRUE)
|
engine |
model engine either 'vs2dh' or 'vs2dt' |
model.path |
full path to folder containing vs2dh.dat |
dbg |
if true text output |
Saves/Overwrites vs2dh.fil in folder model.path
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")
vs2di.createFileDat(engine = "vs2dh",
model.path = model.path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.