powered by
Simulate n events from a homogeneous Poisson Point Process.
ppp_next_n(n = 1, rate = 1, t_min = 0, rng_stream = deprecated())
a vector with event times t (starting from t_min)
scalar number of samples
scalar instantaneous rate
scalar for the starting time value
an rstream object
rstream
x <- ppp_next_n(n = 10, rate = 1, t_min = 0)
Run the code above in your browser using DataLab