powered by
Plot an introduction record and the fitted Solow and Costello (2004) values
plot_snc(object, cumulative = FALSE)
A ggplot plot with the corresponding type of plot.
ggplot
an object of class "snc", usually, a result of a call to snc
snc
logical - should plot be annual or cumulative number of IAS.
# \donttest{ data(sfestuary) example_model <- snc(sfestuary) plot_snc(example_model, cumulative = TRUE) # }
Run the code above in your browser using DataLab