The function blaney_criddle
computes PET using the Blaney-Criddle method.
blaney_criddle(x)# S4 method for Raster
blaney_criddle(x)
# S4 method for character
blaney_criddle(x)
# S4 method for data.table
blaney_criddle(x)
RasterBrick or data.table of PET values (mm/day)
Raster* object, character file path, or data.table (see details)
For Raster input, provide a raster object or file path for average temperature. For `data.table` input, provide a table with columns: "lon", "lat", "date", and "tavg".