Learn R Programming

BrazilMet (version 0.2.0)

rs_nearby_calculation: Solar radiation data from a nearby weather station

Description

The solar radiation data is calculated based in a nearby weather station.

Usage

rs_nearby_calculation(rs_reg, ra_reg, ra)

Value

A data.frame object with the Solar radiation data based on a nearby weather station

Arguments

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).

Author

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

Run this code
if (FALSE) {
rs_nearby_df <- rs_nearby_calculation(rs_reg, ra_reg, ra)
}

Run the code above in your browser using DataLab