Learn R Programming

FAO56 (version 1.0)

NRad: Net Radiation (R_n)

Description

NRad returns the value of net radiation.

Usage

NRad(R_ns, R_nl)

Value

The function returns the value of net solar radiation as a numeric scalar.

Arguments

R_ns

A numeric scalar that denotes net shortwave radiation [\(MJ/(m^2\times day)\)].

R_nl

A numeric scalar that denotes net longwave radiation [\(MJ/(m^2\times day)\)].

Details

This is a function to calculate the net radiation [\(MJ/(m^2\times day)\)].

See Also

NLRad, NSRad.

Examples

Run this code
NRad(R_ns = 11.1, R_nl = 3.5)

Run the code above in your browser using DataLab