pp3(x, y, z, ...)
as.box3
to determine
the three-dimensional box in which the points have been observed."pp3"
representing a three dimensional
point pattern. Also belongs to class "ppx"
."pp3"
represents a pattern of points in
three-dimensional space. The points are assumed to have been observed
by exhaustively inspecting a three-dimensional rectangular box. The
boundaries of the box are included as part of the dataset.box3
,
print.pp3
,
ppx
X <- pp3(runif(10), runif(10), runif(10), box3(c(0,1)))
Run the code above in your browser using DataLab