plot.lagphase: Produces plot of the fitted spline function after adjusting...

plot.lagphaseR Documentation

Produces plot of the fitted spline function after adjusting for number of Specimens

Description

Produces plot of the fitted spline function after adjusting for number of Specimens

Usage

## S3 method for class 'lagphase'
plot(
  fit,
  ylim = NULL,
  xlab = "Year",
  ylab = "Adjusted Frequency",
  main = fit$name,
  ...
)

Arguments

fit

a "lagphase" fit object to plot

...

(optional) parameters to pass to plot

Value

Produces a plot of the fit with confidence bands

Examples

Species = unique(fdata$Species) #List of all species
fit1 = lagfit(fdata, yeardata, species=Species[1])
plot.lagphase(fit1$fit)

PhillRob/PopulationGrowthR documentation built on Nov. 8, 2022, 5:24 p.m.