Learn R Programming

alien (version 1.0.1)

plot_snc: Plot an introduction record and the fitted Solow and Costello (2004) values

Description

Plot an introduction record and the fitted Solow and Costello (2004) values

Usage

plot_snc(object, cumulative = FALSE)

Value

A ggplot plot with the corresponding type of plot.

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.

Examples

Run this code
# \donttest{
data(sfestuary)
example_model <- snc(sfestuary)
plot_snc(example_model, cumulative = TRUE)
# }

Run the code above in your browser using DataLab