dppapproxpcf {spatstat} | R Documentation |
Returns an approximation to the theoretical pair correlation function of a determinantal point process model, as a function of one argument x.
dppapproxpcf(model, trunc = 0.99, W = NULL)
model |
Object of class |
trunc |
Numeric specifying how the model truncation is
performed. See Details section of |
W |
Optional window – undocumented at the moment. |
This function is usually NOT needed for anything. It only exists for investigative purposes.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner r.turner@auckland.ac.nz
and Ege Rubak rubak@math.aau.dk
f <- dppapproxpcf(dppMatern(lambda = 100, alpha=.028, nu=1, d=2)) plot(f, xlim = c(0,0.1))