runifpointx | R Documentation |
Generate a random point pattern containing n
independent, uniform random points in any number of spatial dimensions.
runifpointx(n, domain, nsim=1, drop=TRUE)
n |
Number of points to be generated. |
domain |
Multi-dimensional box in which the process should be generated.
An object of class |
nsim |
Number of simulated realisations to be generated. |
drop |
Logical. If |
This function generates a pattern of n
independent random points,
uniformly distributed in the multi-dimensional box domain
.
If nsim = 1
and drop=TRUE
,
a point pattern (an object of class "ppx"
).
If nsim > 1
or drop=FALSE
, a list of such point patterns.
and \rolf.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.