plot
method for class "poisson_process".
# S3 method for class 'poisson_process'
plot(x, y, ...)
an object of class "poisson_process", a result of a call to
poisson_process_sim
.
Not used.
Additional arguments passed to
plot
Nothing is returned.
sim1 <- poisson_process_sim(lambda = 2, hours = 24)
plot(sim1)
sim2 <- poisson_process_sim(lambda = 2, n_events = 50)
plot(sim2, pch = 4, xlab = "event times")