View source: R/canopy_wind_speed.R
canopy_wind_speed | R Documentation |
Calculate Windspeed within canopy
canopy_wind_speed(wind_speed, canopy_height = 3, fruit_height = 2, a = 0.4)
wind_speed |
Wind speed at 10 m height (m/s) |
canopy_height |
Height of canopy (m), default 3 m |
fruit_height |
Height of fruit (m), default 2 m |
a |
Constant that determines rates of attenuation within canopy, default is 0.4 for fruit trees |
Wind speed at fruit height in canopy (m/s)
canopy_wind_speed(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.