Learn R Programming

BrazilMet (version 0.2.0)

rn_calculation: Net radiation (rn)

Description

The net radiation (MJ m-2 day-1) is the difference between the incoming net shortwave radiation (rns) and the outgoing net longwave radiation (rnl).

Usage

rn_calculation(rns, rnl)

Value

A data.frame object with the net radiation data.

Arguments

rns

The incomimg net shortwave radiation (MJ m-2 day-1).

rnl

The outgoing net longwave radiation (MJ m-2 day-1).

Author

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

Examples

Run this code
if (FALSE) {
rn <- rn_calculation(rns, rnl)
}

Run the code above in your browser using DataLab