find_fun: find_fun

Description Usage Arguments Examples

View source: R/find_apply.R

Description

Function to search equations with selected variables

Usage

1
find_fun(IN, E)

Arguments

IN

string or vector of variables

E

list of equations to search in

Examples

1
2
3
eq_t <- find_fun(c("Ta", "H", "R"), eq_list)
"E = 0.0169R - 1.0099H + 0.022Ta + 0.5102" "E = 0.0169R + 0.0374Ta - 0.4965"          "E = 0.0156R^1.0156 + 0.0336Ta - 0.4588"
"E = 0.0156R^1.0156 - 0.8136H + 0.6596"    "E = 0.0169R - 1.0099H + 0.829"

tgmwri/evapR documentation built on April 30, 2021, 10:23 p.m.