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

View source: R/fitcurve_plot.R

plot.fitcurveR 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)


WindCurves documentation built on May 1, 2022, 9:05 a.m.