Learn R Programming

BrazilMet (version 0.2.0)

ra_calculation: Extraterrestrial radiation for daily periods (ra)

Description

ra is expressed in MJ m-2 day-1

Usage

ra_calculation(latitude, date)

Value

A data.frame with the extraterrestrial radiation for daily periods

Arguments

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.

Author

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

Examples

Run this code
if (FALSE) {
ra <- ra_calculation(latitude, date)
}

Run the code above in your browser using DataLab