View source: R/pr_check_formulas.R
pr_check_formulas | R Documentation |
Helper function used to check if formula of a spectral index can be computed
pr_check_formulas(indexes)
indexes |
either a named list containing indexes names and formulas ( e.g., indexes = list(myindex1 = "R500 / R600", myindex2 = "(R800 - R680) / (R800 + R680)")), or a data.frame containing the columns "Name" and "Formula". |
DETAILS
NULL the function is called for its side effects
## Not run: pr_check_formulas(indexes = list(myindex1 = "R500 / R600", myindex2 = "(R800 - R680) / (R800 + R680)")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.