dppapproxpcf {spatstat}R Documentation

Approximate Pair Correlation Function of Determinantal Point Process Model

Description

Returns an approximation to the theoretical pair correlation function of a determinantal point process model, as a function of one argument x.

Usage

dppapproxpcf(model, trunc = 0.99, W = NULL)

Arguments

model

Object of class "detpointprocfamily".

trunc

Numeric specifying how the model truncation is performed. See Details section of simulate.detpointprocfamily.

W

Optional window – undocumented at the moment.

Details

This function is usually NOT needed for anything. It only exists for investigative purposes.

Author(s)

Adrian Baddeley Adrian.Baddeley@curtin.edu.au

Rolf Turner r.turner@auckland.ac.nz

and Ege Rubak rubak@math.aau.dk

Examples

f <- dppapproxpcf(dppMatern(lambda = 100, alpha=.028, nu=1, d=2))
plot(f, xlim = c(0,0.1))

[Package spatstat version 1.64-1 Index]