dppkernel {spatstat} | R Documentation |
Returns the kernel of a determinantal point process model as a
function of one argument x
.
dppkernel(model, ...)
model |
Model of class |
... |
Arguments passed to |
A function
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner r.turner@auckland.ac.nz
and Ege Rubak rubak@math.aau.dk
kernelMatern <- dppkernel(dppMatern(lambda = 100, alpha=.01, nu=1, d=2)) plot(kernelMatern, xlim = c(0,0.1))