plot_snc: Plot an introduction record and the fitted model values

View source: R/snc.R

plot_sncR Documentation

Plot an introduction record and the fitted model values

Description

Plot an introduction record and the fitted model values

Usage

plot_snc(object, cumulative = FALSE)

Arguments

object

an object of class "snc", usually a result of a call to snc

cumulative

logical - should plot be annual or cumulative number of IAS.

Value

A ggplot plot with the corresponding type of plot.

Examples


data(sfestuary)
example_model <- snc(sfestuary)
plot_snc(example_model, cumulative = TRUE)


alien documentation built on June 22, 2024, 10:27 a.m.