powered by
A function to plot the curves fitted with fitcurve() function
# S3 method for fitcurve plot(x, ...)
is object returned by fitcurve() function
Additional graphical parameters given to plot function.
Plot the curves fitted with fitcurve() function
# 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