soil_heat_cap | R Documentation |
Calculates soil volumetric heat capacity (J / (m^3 * K)) from soil moisture (Vol-%) and texture.
soil_heat_cap(...) ## S3 method for class 'numeric' soil_heat_cap(moisture, texture = "sand", ...) ## S3 method for class 'weather_station' soil_heat_cap(weather_station, ...)
... |
Additional parameters passed to later functions. |
moisture |
Soil moisture in Vol-%. |
texture |
Soil texture. Either "sand" or "clay". |
weather_station |
Object of class weather_station. |
Works by linearly interpolating volumetric heat capacity based on measured data.
Numeric vector with volumetric heat capacity in J/(m^3 * K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.