View source: R/radiation_parameters.R
rnl_calculation | R Documentation |
Net outgoing longwave radiation is calculate with this function
rnl_calculation(tmin, tmax, ea, rs, rso)
tmin |
A dataframe with Minimum daily air temperature (°C) |
tmax |
A dataframe with Maximum daily air temperature (°C) |
ea |
A dataframe with the actual vapour pressure (KPa). |
rs |
A dataframe with the incomimg solar radiation (MJ m-2 day-1). |
rso |
A dataframe with the clear-sky radiation (MJ m-2 day-1) |
A data.frame object with the net longwave radiation.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
rnl_df <- rnl_calculation(tmin, tmax, ea, rs, rso)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.