ppp2 | R Documentation |
Internal function – not to be exported.
Same as ppp
but uses the Order Statistics algorithm.
ppp2(rate, t_min, t_max, atmost1 = FALSE)
rate |
(scalar, double) constant instantaneous rate |
t_min |
(scalar, double) the lower bound of the time interval |
t_max |
(scalar, double) the upper bound of the time interval |
atmost1 |
boolean, draw at most 1 event time |
a vector of event times t if no events realize, it will have 0 length
x <- ppp(rate = 1, t_min = 0, t_max = 10, tol = 10^-6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.