fWindPowerCurve | R Documentation |
Wind power curve function. Estimates power output based on the speed of wind.
fWindPowerCurve(mps, cutin = 3, cutoff = 25, data = NULL, ...)
fWPC(mps, cutin = 3, cutoff = 25, data = NULL, ...)
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' |
estimated capacity factor of a wind turbine
fWPC(0:30)
plot(0:35, WindPowerCurve(0:35), type = "l", col = "red", lwd = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.