Learn R Programming

CropWaterBalance (version 0.2.0)

Soil_Heat_Flux: Soil Heat Flux

Description

Calculates the daily amounts of soil heat flux.

Usage

Soil_Heat_Flux(Tavg)

Value

Daily amounts of soil heat flux in \(MJ m-2 day-1\).

Arguments

Tavg

A vector, 1-column matrix or data frame with daily average air temperature.

Examples

Run this code
# See `?DataForCWB` for more on this data set
Tavg <- DataForCWB[, 2]
Soil_Heat_Flux(Tavg)

Run the code above in your browser using DataLab