powered by
Internal function -- not to be exported. Same as ppp but uses the Order Statistics algorithm.
ppp
ppp2(rate, t_min, t_max, atmost1 = FALSE)
a vector of event times t if no events realize, it will have 0 length
(scalar, double) constant instantaneous rate
(scalar, double) the lower bound of the time interval
(scalar, double) the upper bound of the time interval
boolean, draw at most 1 event time
x <- ppp(rate = 1, t_min = 0, t_max = 10, tol = 10^-6)
Run the code above in your browser using DataLab