Gen_power_curve: Gen_power_curve Function

Description Usage Arguments Examples

Description

Generate a power curve. the format of the generated power_curve is a data frame with two columns (Wind speed [m/s], power [kW])

Usage

1
Gen_power_curve(turbine = "V117-3.45")

Arguments

turbine:

choose the turbine type. (for the moment only "V117-3.45" is available)

Examples

1
2
generate V117 power curve and store it in "pc" object:
pc <- Gen_power_curve("V117-3.45")

Umercia/rsf documentation built on May 9, 2019, 9:38 p.m.