powered by
plotprocesses(x, y = NULL, xlab = "t (years)", ylab = "N", type = "l", lty = 2, col = "cadetblue3", xlim = c(0, 1.1 * max(x)), lwd = 0.5, add = F, ...)
scen = hpp.scenario(rate = 5, num.events = 20, num.sims = 100) plotprocesses(scen@x, main='My HPP paths')
Run the code above in your browser using DataLab