View source: R/radiation_parameters.R
rs_nearby_calculation | R Documentation |
The solar radiation data is calculated based in a nearby weather station.
rs_nearby_calculation(rs_reg, ra_reg, ra)
rs_reg |
A dataframe with the solar radiation at the regional location (MJ m-2 day-1). |
ra_reg |
A dataframe with the extraterrestrial radiation at the regional location (MJ m-2 day-1). |
ra |
A dataframe with the extraterrestrial radiation for daily periods (ra). |
A data.frame object with the Solar radiation data based on a nearby weather station
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
rs_nearby_df <- rs_nearby_calculation(rs_reg, ra_reg, ra)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.