plot_snc {alien} | R 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 |
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)
[Package alien version 1.0.2 Index]