rsOpts {RStoolbox} | R Documentation |
Set global options for RStoolbox
Description
shortcut to options(RStoolbox.*)
Usage
rsOpts(verbose = NULL, idxdb = NULL)
Arguments
verbose |
Logical. If |
idxdb |
List. The list conatins the formal calculation of spectral indices. Modify this list to pipe your own spectral index through the internal C++ calculation of RStoolbox. |
Value
No return, just a setter for the verbosiness and the index-database of the RStoolbox package. For latter, see the example of Rstoolbox::spectralIndices()
Examples
rsOpts(verbose=TRUE)
[Package RStoolbox version 1.0.2.1 Index]