View source: R/radiation_parameters.R
ra_calculation | R Documentation |
ra is expressed in MJ m-2 day-1
ra_calculation(latitude, date)
latitude |
A dataframe with latitude in decimal degrees that you want to calculate the ra. |
date |
A dataframe with the dates that you want to calculate the ra. |
A data.frame with the extraterrestrial radiation for daily periods
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
ra <- ra_calculation(latitude, date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.