pr_check_formulas: pr_check_formulas

Description Usage Arguments Details Value Examples

View source: R/pr_check_formulas.R

Description

Helper function used to check if formula of a spectral index can be computed

Usage

1

Arguments

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

DETAILS

Value

NULL the function is called for its side effects

Examples

1
2
3
4
5
## Not run: 
 pr_check_formulas(indexes = list(myindex1 = "R500 / R600",
                      myindex2 = "(R800 - R680) / (R800 + R680)"))

## End(Not run)

lbusett/prismaread documentation built on Feb. 22, 2022, 7:33 p.m.