plot.poisson_process | R Documentation |
poisson_process
objectplot
method for class "poisson_process".
## S3 method for class 'poisson_process'
plot(x, y, ...)
x |
an object of class "poisson_process", a result of a call to
|
y |
Not used. |
... |
Additional arguments passed to
|
Nothing is returned.
poisson_process_sim
.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.