Last chance! 50% off unlimited learning
Sale ends in
rpoisppx(lambda, domain, nsim=1)
"boxx"
.nsim = 1
, a point pattern (an object of class "ppx"
).
If nsim > 1
, a list of such point patterns.lambda
(points per unit volume).
The realisation is generated inside the multi-dimensional region
domain
which currently must be a rectangular box (object of
class "boxx"
).runifpointx
,
ppx
,
boxx
w <- boxx(x=c(0,1), y=c(0,1), z=c(0,1), t=c(0,3))
X <- rpoisppx(10, w)
Run the code above in your browser using DataLab