View source: R/utils_indexes.R
pliman_indexes_ican_compute | R Documentation |
This function reads index equations from a CSV file included in the pliman
package, determines which bands are used in each index equation, and checks
which indexes can be computed based on the provided available bands.
pliman_indexes_ican_compute(available)
available |
A character vector of available bands (e.g., |
A data frame of indexes that can be computed with the available bands.
library(pliman)
available_bands <- c("R", "G")
computable_indexes <- pliman_indexes_ican_compute(available_bands)
print(computable_indexes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.