View source: R/wind_speed_variables.R
u2_calculation | R Documentation |
Wind speed at two meters high can be calculated with this function.
u2_calculation(uz, z)
uz |
measured wind speed at z meters above ground surface |
z |
height of measurement above ground surface. |
A data.frame with the wind speed at 2 meters high calculated.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
u2_df <- u2_calculation(uz, z)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.