rn_calculation {BrazilMet}R Documentation

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)

Arguments

rns

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

rnl

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

Value

A data.frame object with the net radiation data.

Author(s)

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

Examples

## Not run: 
rn <- rn_calculation(rns, rnl)

## End(Not run)

[Package BrazilMet version 0.2.0 Index]