marktable: Tabulate Marks in Neighbourhood of Every Point in a Point...

View source: R/rapt_extend.R

marktableR Documentation

Tabulate Marks in Neighbourhood of Every Point in a Point Pattern

Description

This is an S3 generic that extends the use of marktable beyond "ppp" objects.

Usage

marktable(X, ...)

Arguments

X

A marked point pattern. An object of class "ppp".

R

Neighbourhood radius. Incompatible with N.

N

Number of neighbours of each point. Incompatible with R.

exclude

Logical. If exclude=TRUE, the neighbours of a point do not include the point itself. If exclude=FALSE, a point belongs to its own neighbourhood.

collapse

Logical. If collapse=FALSE (the default) the results for each point are returned as separate rows of a table. If collapse=TRUE, the results are aggregated according to the type of point.

See Also

marktable.ppp, marktable.pp3

Other spatstat extensions: G3cross(), G3multi(), K3scaled(), Tstat.pp3(), bdist.points(), marktable.pp3(), quadratcount.pp3(), 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.