Learn R Programming

WindCurves (version 0.2)

pcurves: 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)

Arguments

Format

An object of class data.frame with 25 rows and 7 columns.

References

Iain Staffell (2012) https://goo.gl/tD2JW6

Examples

Run this code
# NOT RUN {
data(pcurves)
v <- pcurves$`Vestad V80`
# }

Run the code above in your browser using DataLab