readPC(file, ex=FALSE)
rpc(file, ex=FALSE)
TRUE
, if file
is an external file (not included in the package directory of bReeze
) -- default is FALSE
.http://www.wasp.dk/Download/PowerCurves.aspx
Power curve files (*.pow) are available from the WindPower Program website:
http://www.wind-power-program.com/download.htm
bReeze
provides several power curves of common manufacturers, that can be read from the package directory. See examples for usage.Available 'wtg' files
Available 'pow' files
createPC
.
createPC
, for creation of your own power curve object, plotPC
, printObject
# import power curve from bReeze wtg file
vestas.v90 <- readPC(file="Vestas_V90_2.0MW.wtg")
# import power curve from bReeze pow file
repower.mm92 <- readPC(file="Repower_MM92_2.0MW.pow")
# import power curve from user file
# e.g.: my.pc <- readPC(file="~/Projects/bReeze/Sandbox/myPC.wtg", ex=TRUE)
Run the code above in your browser using DataLab