ra_calculation: Extraterrestrial radiation for daily periods (ra)

View source: R/radiation_parameters.R

ra_calculationR Documentation

Extraterrestrial radiation for daily periods (ra)

Description

ra is expressed in MJ m-2 day-1

Usage

ra_calculation(latitude, date)

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.

Value

A data.frame with the extraterrestrial radiation for daily periods

Author(s)

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

Examples

## Not run: 
ra <- ra_calculation(latitude, date)

## End(Not run)

BrazilMet documentation built on April 12, 2025, 2:11 a.m.