View source: R/spectral_indices.R
spectral_indices | R Documentation |
This function returns a data frame of spectral indices, from the
awesome-spectral-indices
repository.
spectral_indices(
...,
url = spectral_indices_url(),
download_indices = NULL,
update_cache = NULL
)
... |
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 |
A tibble::tibble with nine columns, containing information about spectral indices.
https://github.com/awesome-spectral-indices/awesome-spectral-indices
spectral_indices()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.