calc_aero_resistance | R Documentation |
Calculate Aerodynamic Resistance
calc_aero_resistance(wind_speed, height, crop_height)
wind_speed |
Wind speed (m/s) |
height |
Wind measurement height (m) |
crop_height |
Crop height (m) |
Aerodynamic resistance (day/m)
cropsyst:::calc_aero_resistance(rep(2, 30), 3, 1.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.