Learn R Programming

RStoolbox (version 1.0.2.1)

rsOpts: Set global options for RStoolbox

Description

shortcut to options(RStoolbox.*)

Usage

rsOpts(verbose = NULL, idxdb = NULL)

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()

Arguments

verbose

Logical. If TRUE many functions will print status messages about the current processing step. By default verbose mode is disabled.

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.

Examples

Run this code
rsOpts(verbose=TRUE)

Run the code above in your browser using DataLab