rpoispp3 {spatstat} | R Documentation |
Generate a random three-dimensional point pattern using the homogeneous Poisson process.
rpoispp3(lambda, domain = box3())
lambda |
Intensity of the Poisson process. A single positive number. |
domain |
Three-dimensional box in which the process should be generated.
An object of class |
This function generates a realisation
of the homogeneous Poisson process in three dimensions,
with intensity lambda
(points per unit volume).
The realisation is generated inside the three-dimensional region
domain
which currently must be a rectangular box (object of
class "box3"
).
The simulated three-dimensional point pattern
(an object of class "pp3"
).
The intensity lambda
is the expected number of points
per unit volume.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
X <- rpoispp3(50)