View source: R/ppp_exactly_n.R
ppp_exactly_n | R Documentation |
n
points from a homogeneous Poisson Point Process over (t_min, t_max]Simulate exactly n
points from a homogeneous Poisson Point Process over (t_min, t_max]
ppp_exactly_n(n, t_min, t_max)
n |
(int) the number of points to be simulated |
t_min |
(double) the lower bound of the time interval |
t_max |
(double) the upper bound of the time interval |
a vector of event times of size n
x <- ppp_exactly_n(n = 10, t_min = 0, t_max = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.