Learn R Programming

windfarmGA (version 5.0.0)

wind_from_series: Wind rose from speed and direction series

Description

Bin a time series of hub-height speed and meteorological direction into ws / wd / probab.

Usage

wind_from_series(ws, wd, dir_width = 30)

Value

A data.frame with ws, wd, probab.

Arguments

ws

Wind speed (m/s).

wd

Direction in degrees (0 = north, clockwise, where the wind comes from).

dir_width

Width of direction bins in degrees. Default is 30.

See Also

Other Helper Functions: get_grids(), grid_area(), hexa_area(), isSpatial(), permutations(), read_power_curve(), splitAt(), wind_from_uv(), windata_format()