get_varmod {SticsRFiles} | R Documentation |
Get desired STICS outputs
Description
Get the STICS output variables (from var.mod file)
Usage
get_varmod(workspace, file_name = "var.mod")
Arguments
workspace |
Path of the directory containing the STICS var.mod file |
file_name |
file name to read (without path, default value: "var.mod") |
Value
The variables that will be returned by STICS
See Also
gen_varmod
Examples
get_varmod(get_examples_path(file_type = "txt"))
[Package SticsRFiles version 1.4.0 Index]