Rfun: Clustering function versio 2

Description Usage Arguments Details Value Examples

View source: R/R-function.R

Description

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

Usage

1
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.

Details

Reduced border correction available.

Value

fv-object, see spatstat for more.

Examples

1
2
3
4
5
## Not run: 
en <- envelope(rcell(nx=15), fun=Rfun)
plot(en)

## End(Not run)

SGCS documentation built on May 1, 2019, 8:20 p.m.

Related to Rfun in SGCS...