Skip to contents

Wind speed at two meters high can be calculated with this function.

Usage

u2_calculation(uz, z)

Arguments

uz

measured wind speed at z meters above ground surface

z

height of measurement above ground surface.

Value

A data.frame with the wind speed at 2 meters high calculated.

Author

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

if (FALSE) { # \dontrun{
u2_df <- u2_calculation(uz, z)
} # }