pliman_indexes_ican_compute: List Computable Indexes Based on Available Bands
Description
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.
Usage
pliman_indexes_ican_compute(available)
Value
A data frame of indexes that can be computed with the available bands.
Arguments
available
A character vector of available bands (e.g., c("R", "G")).