Learn R Programming

WindCurves (version 0.2)

plot.fitcurve: 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 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

Run this code
# NOT RUN {
s <- pcurves$Speed
p <- pcurves$`Nordex N90`
da <- data.frame(s,p)
x <- fitcurve(da)
plot(x)

# }

Run the code above in your browser using DataLab