View source: R/Soil_Heat_Flux.R
Soil_Heat_Flux | R Documentation |
Calculates the daily amounts of soil heat flux.
Soil_Heat_Flux(Tavg)
Tavg |
A vector, 1-column matrix or data frame with daily average air temperature. |
Daily amounts of soil heat flux in MJ m-2 day-1
.
# See `?DataForCWB` for more on this data set
Tavg <- DataForCWB[, 2]
Soil_Heat_Flux(Tavg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.