powered by
Use ppp instead.
ppp
ppp_sequential( range_t = c(0, 10), rate = 1, tol = 10^-6, rng_stream = NULL, atmost1 = FALSE )
a vector of event times t if no events realize, it will have 0 length
(vector, double) min and max of the time interval
(scalar, double) constant instantaneous rate
the probability that we will have more than the drawn events in (t_min, t_max]
an rstream object
rstream
boolean, draw at most 1 event time
x <- ppp_sequential(range_t = c(0, 10), rate = 1, tol = 10^-6)
Run the code above in your browser using DataLab