turb_displacement | R Documentation |
Calculate the displacement height, caused by an obstacle (e.g. a crop field). Works for vegetation only.
turb_displacement(...) ## S3 method for class 'numeric' turb_displacement(obs_height, surroundings = "vegetation", ...) ## S3 method for class 'weather_station' turb_displacement(weather_station, surroundings = "vegetation", ...)
... |
Additional parameters passed to later functions. |
obs_height |
Height of vegetation in m. |
surroundings |
Choose either 'vegetation' or 'city'. |
weather_station |
Object of class weather_station |
Displacement height in m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.