Learn R Programming

BrazilMet (version 0.2.0)

u2_calculation: Wind speed at 2 meters high

Description

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

Usage

u2_calculation(uz, z)

Value

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

Arguments

uz

measured wind speed at z meters above ground surface

z

height of measurement above ground surface.

Author

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

Examples

Run this code
if (FALSE) {
u2_df <- u2_calculation(uz, z)
}

Run the code above in your browser using DataLab