rsOpts: Set global options for RStoolbox

View source: R/rsOpts.R

rsOptsR Documentation

Set global options for RStoolbox

Description

shortcut to options(RStoolbox.*)

Usage

rsOpts(verbose = NULL, idxdb = NULL)

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.

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)


bleutner/RStoolbox documentation built on Nov. 30, 2024, 9:47 p.m.