Last chance! 50% off unlimited learning
Sale ends in
n
independent, uniform random points in any number of spatial dimensions.runifpointx(n, domain)
"boxx"
."ppx"
).n
independent random points,
uniformly distributed in the multi-dimensional box domain
.rpoisppx
,
ppx
,
boxx
w <- boxx(x=c(0,1), y=c(0,1), z=c(0,1), t=c(0,3))
X <- runifpointx(50, w)
Run the code above in your browser using DataLab