# Complete examples are provided in the package tests
if (FALSE) {
# Get a spatPomp object
b <- bm(U=2, N=5)
# Get 2 simulations from same model as data.frame
sims <- simulate(b, nsim=2, format='data.frame')
}
Run the code above in your browser using DataLab