list_indices: List spectral indices

Description Usage Arguments Value Note Author(s) Examples

Description

Return a table with attributes of the spectral indices computable with the package.

Usage

1
list_indices(values, pattern = "")

Arguments

values

A vector of attributes which will be returned, being one or more within the followings:

  • n_index: internal index identifiers;

  • name: index name;

  • longname: index description;

  • link: URL to the index description page;

  • s2_formula: expression containing the formula to compute the index;

  • s2_formula_mathml: MathML version of the formula;

  • checked: logical (TRUE for verified indices);

  • a, b, x: parameter values (NA for non required parameters).

pattern

A regular expression on index names.

Value

A data.frame with the required information. The table contains also the following attributes:

Note

License: GPL 3.0

Author(s)

Luigi Ranghetti, phD (2017) ranghetti.l@irea.cnr.it

Examples

1
2
3
4
## Not run: 
list_indices(c("name","longname"))

## End(Not run)

pobsteta/theia2r documentation built on May 25, 2019, 2:21 p.m.