Prints a subset of model data to the R console.

# S3 method for narwsim
print(obj, ...)

Arguments

obj

An object of class narwsim, as returned by narw.

Author

Phil J. Bouchet

Examples

if (FALSE) {
library(narwind)
m <- narw(1000)
print(m)
}