powered by
Produces plot of the fitted spline function after adjusting for number of Specimens
growthplot( fit, ylim = NULL, xlab = "Year", ylab = "Adjusted Frequency", main = fit$name, ... )
a "lagphase" fit object to plot
vector of size 2 - limits of the $y$-axis
Label for the $x$-axis
Label for the $y$-axis
Title of the plot
(optional) parameters to pass to plot
Produces a plot of the fit with confidence bands
# NOT RUN { Species = unique(fdata$Species) #List of all species fit1 = lagfit(fdata, yeardata, species=Species[1]) growthplot(fit1$fit) # }
Run the code above in your browser using DataLab