View source: R/RGISToolsOpts.R
getRGISToolsOpt | R Documentation |
getRGISToolsOpt
gets the current value of an 'RGISTools
'
configuration variable. This function can be jointly used with
setRGISToolsOpt
and showRGISToolsOpt
.
getRGISToolsOpt(opt, env = optEnv)
opt |
a |
env |
the environment where the ' |
an option of 'RGISTools’ configuration variable.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.