View source: R/ppp_orderstat.R
ppp_orderstat | R Documentation |
ppp_orderstat(range_t = c(0, 10), rate = 1, rng_stream = NULL, atmost1 = FALSE)
range_t |
(vector, double) min and max of the time interval |
rate |
(scalar, double) constant instantaneous rate |
rng_stream |
an |
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_orderstat(range_t = c(0, 10), rate = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.