fWindPowerCurve: Wind power curve function. Estimates power output based on...

View source: R/wind_power.R

fWindPowerCurveR Documentation

Wind power curve function. Estimates power output based on the speed of wind.

Description

Wind power curve function. Estimates power output based on the speed of wind.

Usage

fWindPowerCurve(mps, cutin = 3, cutoff = 25, data = NULL, ...)

fWPC(mps, cutin = 3, cutoff = 25, data = NULL, ...)

Arguments

mps

wind speed, meters per second

cutin

minimal speed of production

cutoff

maximum speed of wind

data

data frame or list with two power curve data, columns 'speed' and 'af'

Value

estimated capacity factor of a wind turbine

Examples

fWPC(0:30)
plot(0:35, WindPowerCurve(0:35), type = "l", col = "red", lwd = 2)

energyRt/merra2ools documentation built on May 2, 2024, 4:53 a.m.