pcurves {WindCurves} | R Documentation |
Wind Turbine Power Curves
Description
Data on the power curves of wind turbine from four major manufacturers: Siemens, Vestas, REpower and Nordex. Represents wind turbine power output in 'kW' against wind speed in 'metres per second'.
Usage
data(pcurves)
Format
An object of class data.frame
with 25 rows and 7 columns.
Source
References
Iain Staffell (2012) https://goo.gl/tD2JW6
Examples
data(pcurves)
v <- pcurves$`Vestad V80`
[Package WindCurves version 0.2 Index]