esr {evapoRe} | R Documentation |
Calculate Extraterrestrial Solar Radiation (ESR)
Description
Computes extraterrestrial solar radiation (MJ m-2 day-1) based on latitude and day of the year.
Usage
esr(x)
## S4 method for signature 'Raster'
esr(x)
## S4 method for signature 'character'
esr(x)
Arguments
x |
A 'Raster*' object or a file path ('character') to a raster file. |
Details
For raster inputs, provide a 'Raster*' object or file path ('character') The function estimates extraterrestrial radiation.
Value
A 'RasterBrick' of daily extraterrestrial solar radiation (MJ m-2 day-1).
[Package evapoRe version 1.0.1 Index]