rsaga.set.env {RSAGA} | R Documentation |
Internal function that sets the RSAGA Geoprocessing Evironment manually
Description
Internal function that sets the RSAGA Geoprocessing Evironment manually
Usage
rsaga.set.env(
workspace = NULL,
cmd = NULL,
path = NULL,
modules = NULL,
version = NA,
cores = NULL,
parallel = NULL
)
Arguments
workspace |
path of the working directory for SAGA; defaults to the current directory ( |
cmd |
name of the SAGA command line program; defaults to |
path |
path in which to find |
modules |
path in which to find SAGA libraries; see Details |
version |
optional character string: SAGA GIS (API) version, e.g. |
cores |
optional numeric argument, or |
parallel |
optional logical argument (default: |