spectral_indices {rsi} | R Documentation |
Get a data frame of spectral indices
Description
This function returns a data frame of spectral indices, from the
awesome-spectral-indices
repository.
Usage
spectral_indices(
...,
url = spectral_indices_url(),
download_indices = NULL,
update_cache = NULL
)
Arguments
... |
These dots are for future extensions and must be empty. |
url |
The URL to download spectral indices from. If the option |
download_indices |
Logical: should this function download indices? If
|
update_cache |
Logical: should cached indices be updated? If |
Value
A tibble::tibble with nine columns, containing information about spectral indices.
Source
https://github.com/awesome-spectral-indices/awesome-spectral-indices
Examples
spectral_indices()