Return a table with attributes of the spectral indices computable with the package.
list_indices(values, pattern = "", all = FALSE)
values | A vector of attributes which will be returned, being one or more within the followings:
|
---|---|
pattern | A regular expression on index names. |
all | Logical: if TRUE, all the indices retrieved from IDB are returned; if FALSE (default), only indices checked by the authors are returned. |
A data.frame with the required information. The table contains also the following attributes:
creation_date
: timestamp of the creation date of the indices archive;
pkg_version
: version of the sen2r
package used to
create the indices archive.
License: GPL 3.0
# NOT RUN { list_indices(c("name","longname")) # }