Prints a text-based summary of outputs from the stochastic population model to the R console.

# S3 method for narwproj
summary(obj)

Arguments

obj

An object of class narwproj.

Author

Phil J. Bouchet

Examples

if (FALSE) {
library(narwind)
m <- narw(1000)
m <- augment(m)
prj <- predict(m)
summary(prj)
}