soil_thermal_cond | R Documentation |
Calculates soil thermal conductivity (W/m K) from soil moisture (Vol-%) and texture.
soil_thermal_cond(...) ## S3 method for class 'numeric' soil_thermal_cond(moisture, texture = "sand", ...) ## S3 method for class 'weather_station' soil_thermal_cond(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 thermal conductivity based on measured data.
Soil thermal conductivity in W/m K.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.