quadratcount.pp3: Count Points in Sub-Volumes of a 3D Point Pattern

View source: R/rapt_extend.R

quadratcount.pp3R Documentation

Count Points in Sub-Volumes of a 3D Point Pattern

Description

Divides volume into quadrats and counts the number of points in each quadrat.

Usage

## S3 method for class 'pp3'
quadratcount(X, nx = 5, ny = 5, nz = 5)

Arguments

X

The pp3 object to split up.

nx, ny, nz

Number of ractangular quadrats in the x, y, and z directions.

Value

A data.frame object containing the number of counts in each quadrat.

See Also

quadratcount

Other spatstat extensions: G3cross(), G3multi(), K3scaled(), Tstat.pp3(), bdist.points(), marktable.pp3(), marktable(), quadrats.pp3(), rPoissonCluster3(), rjitter.pp3(), rjitter.ppp(), rjitter(), rpoint3(), sample.pp3(), sample.ppp(), shift.pp3(), studpermu.test.pp3(), studpermu.test(), superimpose.pp3()


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.