powered by
Frequency plot for a lagphase fit
freqplot( fit1, fit2 = NULL, fit3 = NULL, fit4 = NULL, xlab = "Year", ylab = "Frequency", main = fit1$name, cols = 2:5, ... )
"lagphase" fit objects to plot
Label for the $x$-axis
Label for the $y$-axis
Title of the plot
Colors to be used to draw the lines
(optional) parameters to pass to plot
Produces a plot of observed and predicted frequencies for the species against year
# NOT RUN { Species = unique(fdata$Species) #List of all species fit1 = lagfit(fdata, yeardata, species=Species[1]) freqplot(fit1$fit) # }
Run the code above in your browser using DataLab