plot.fitcurve {WindCurves}R Documentation

A function to plot the curves fitted with fitcurve() function

Description

A function to plot the curves fitted with fitcurve() function

Usage

## S3 method for class 'fitcurve'
plot(x, ...)

Arguments

x

is object returned by fitcurve() function

...

Additional graphical parameters given to plot function.

Value

Plot the curves fitted with fitcurve() function

Examples

s <- pcurves$Speed
p <- pcurves$`Nordex N90`
da <- data.frame(s,p)
x <- fitcurve(da)
plot(x)


[Package WindCurves version 0.2 Index]