ppp_next_n | R Documentation |
Simulate n events from a homogeneous Poisson Point Process.
ppp_next_n(n = 1, rate = 1, t_min = 0, rng_stream = deprecated())
n |
scalar number of samples |
rate |
scalar instantaneous rate |
t_min |
scalar for the starting time value |
rng_stream |
a vector with event times t (starting from t_min)
x <- ppp_next_n(n = 10, rate = 1, t_min = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.