run_model | R Documentation |
Run Model
run_model(
exe_path = check_hydrus_exe(),
model_path = system.file("extdata/model/test", package = "kwb.hydrus1d"),
print_output = TRUE,
...
)
exe_path |
path to Hydrus1D executable v4.17.040 (default: as retrieved
by |
model_path |
path to model directory (default: system.file("extdata/model/test", package = "kwb.hydrus1d")) |
print_output |
if TRUE (the default) the output goes to the console, if FALSE, it is returned as an R object (character vector) |
... |
additional arguments passed to |
runs HYDRUS 1D model
run_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.