freqplot | R Documentation |
Frequency plot for a lagphase fit
freqplot( fit1, fit2 = NULL, fit3 = NULL, fit4 = NULL, xlab = "Year", ylab = "Frequency", main = fit1$name, cols = 2:5, ... )
fit1, fit2, fit3, fit4 |
"lagphase" fit objects to plot |
xlab |
Label for the $x$-axis |
ylab |
Label for the $y$-axis |
main |
Title of the plot |
cols |
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
Species = unique(fdata$Species) #List of all species fit1 = lagfit(fdata, yeardata, species=Species[1]) freqplot(fit1$fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.