soil_attenuation | R Documentation |
Calculates soil attenuation length.
soil_attenuation(...) ## S3 method for class 'numeric' soil_attenuation(thermal_cond, vol_heat_cap, ...) ## S3 method for class 'weather_station' soil_attenuation(weather_station, ...)
... |
Additional parameters passed to later functions. |
thermal_cond |
Thermal conductivity of soil in W/m K. |
vol_heat_cap |
Volumetric heat capacity of soil in J/(m^3 * K). |
weather_station |
Object of class weather_station. |
Soil attenuation length in m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.