# \donttest{
# All available indices
all_indices <- list_vegetation_indices()
# Only stress detection indices
stress_indices <- list_vegetation_indices(category = "stress")
# Detailed information with formulas
detailed_info <- list_vegetation_indices(detailed = TRUE)
# Agricultural applications only
ag_indices <- list_vegetation_indices(application = "agriculture")
# }
Run the code above in your browser using DataLab