View source: R/radiation_parameters.R
rns_calculation | R Documentation |
The rns results form the balance between incoming and reflected solar radiation (MJ m-2 day-1).
rns_calculation(albedo, rs)
albedo |
Albedo or canopy reflectance coefficient. The 0.23 is the value used for hypothetical grass reference crop (dimensionless). |
rs |
The incoming solar radiation (MJ m-2 day-1). |
A data.frame object with the net solar or net shortwave radiation data.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
ra <- rns_calculation(albedo, rs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.