eddi | R Documentation |
eddi(vet0)
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() } |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.