summary.narwproj.Rd
Prints a text-based summary of outputs from the stochastic population model to the R console.
# S3 method for narwproj summary(obj)
An object of class narwproj.
narwproj
Phil J. Bouchet
if (FALSE) { library(narwind) m <- narw(1000) m <- augment(m) prj <- predict(m) summary(prj) }