Learn R Programming

SticsRFiles (version 1.4.0)

get_varmod: Get desired STICS outputs

Description

Get the STICS output variables (from var.mod file)

Usage

get_varmod(workspace, file_name = "var.mod")

Value

The variables that will be returned by STICS

Arguments

workspace

Path of the directory containing the STICS var.mod file

file_name

file name to read (without path, default value: "var.mod")

See Also

gen_varmod

Examples

Run this code
get_varmod(get_examples_path(file_type = "txt"))

Run the code above in your browser using DataLab