getRGISToolsOpt: Get the default value of an RGISTools option

View source: R/RGISToolsOpts.R

getRGISToolsOptR Documentation

Get the default value of an RGISTools option

Description

getRGISToolsOpt gets the current value of an 'RGISTools' configuration variable. This function can be jointly used with setRGISToolsOpt and showRGISToolsOpt.

Usage

getRGISToolsOpt(opt, env = optEnv)

Arguments

opt

a character with the name of the option.

env

the environment where the 'RGISTools' option are saved.

Value

an option of 'RGISTools’ configuration variable.

Examples

# list avaliable options names
showRGISToolsOpt()
# list the Sentinel-2 bands
getRGISToolsOpt("SEN2BANDS")
# list the Landsat-8 bands
getRGISToolsOpt("LS8BANDS")
# list the MODIS09 bands
getRGISToolsOpt("MOD09BANDS")

spatialstatisticsupna/RGISTools documentation built on Feb. 21, 2023, 12:01 a.m.