| quadrats.pp3 | R Documentation |
Divides volume into quadrats and returns them.
quadrats.pp3(X, nx = 5, ny = nx, nz = ny, box.dims = NULL)
X |
The |
nx, ny, nz |
Number of rectangular quadrats in the x, y, and z directions, if you wish to split up your point patthern by number of boxes. |
box.dims |
Vector containing the dimensions of the subsetted 3D boxxes,
if you wish to define the individual boxx size. Use either |
If box.dims is not commensurate with the size of the object, the
quadrats are justified toward the smallest boundary in each dimension
(i.e. (c(min(x), min(y), min(z)))).
A list containing the split up "pp3" objects.
quadrats
Other spatstat extensions:
G3cross(),
G3multi(),
K3scaled(),
Tstat.pp3(),
bdist.points(),
marktable.pp3(),
marktable(),
quadratcount.pp3(),
rPoissonCluster3(),
rjitter.pp3(),
rjitter.ppp(),
rjitter(),
rpoint3(),
sample.pp3(),
sample.ppp(),
shift.pp3(),
studpermu.test.pp3(),
studpermu.test(),
superimpose.pp3()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.