tea_predict: Predict water use efficiency WUE, transpiration T, and...

Description Usage Arguments Value

View source: R/tea.R

Description

Predict water use efficiency WUE, transpiration T, and evaporation E

Usage

1
tea_predict(rf, data, control)

Arguments

rf

tidymodels workflow

data

data.frame with predictors as in traning data

control

see tea_config

Value

data with appended columns: WUE_perc, T_perc, and ET_perc where perc is each prediction percentile corresponding to the control$quantile_wue, e.g. 75 for the 0.75 prediction quantile.


bgctw/etpart documentation built on Dec. 19, 2021, 8:49 a.m.