View source: R/radiation_parameters.R
rn_calculation | R Documentation |
The net radiation (MJ m-2 day-1) is the difference between the incoming net shortwave radiation (rns) and the outgoing net longwave radiation (rnl).
rn_calculation(rns, rnl)
rns |
The incomimg net shortwave radiation (MJ m-2 day-1). |
rnl |
The outgoing net longwave radiation (MJ m-2 day-1). |
A data.frame object with the net radiation data.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
rn <- rn_calculation(rns, rnl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.