eddi: Calculate EDDI

View source: R/eddi_anomaly.R

eddiR Documentation

Calculate EDDI

Usage

eddi(vet0)

Arguments

vet0

data frame column or vector containing daily ET0 (potential evapotranspiration). It can be obtained with the function (penman_day)} } { vector with EDDI values } { function to calculate EDDI (Evaporative Demand Drought Index) following Hobbins et al., 2016 } { eddi_values <- penman_day(vtime = de_tha_d$time, vwind = de_tha_d$wind_speed, vvpd = de_tha_d$vapor_p_def, vtemp = de_tha_d$temperature, vheatflux = (de_tha_d$sensible_heat + de_tha_d$latent_heat))[,2] %>% eddi() }


pedroalencar1/fdClassify documentation built on Sept. 15, 2023, 3:46 a.m.