Description Usage Arguments Details Value Examples
View source: R/pr_check_formulas.R
Helper function used to check if formula of a spectral index can be computed
1 | 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
1 2 3 4 5 | ## 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.