Learn R Programming

SGCS (version 2.7)

Rfun: Clustering function versio 2

Description

Ratio of triplets to pairs^2, motivated by T/K^2.

Usage

Rfun(x, r, correction = "border", scaled = FALSE, ...)

Arguments

x

Point pattern

r

Vector of distances

correction

Border correction. "none" or "border" (reduced window) supported.

scaled

Scale with theoretical value?

...

ignored.

Value

fv-object, see spatstat for more.

Details

Reduced border correction available.

Examples

Run this code
# NOT RUN {
en <- envelope(rcell(nx=15), fun=Rfun)
plot(en)
# }

Run the code above in your browser using DataLab