dppkernel: Extract Kernel from Determinantal Point Process Model Object

View source: R/detPPF-class.R

dppkernelR Documentation

Extract Kernel from Determinantal Point Process Model Object

Description

Returns the kernel of a determinantal point process model as a function of one argument x.

Usage

dppkernel(model, ...)

Arguments

model

Model of class "detpointprocfamily".

...

Arguments passed to dppapproxkernel if the exact kernel is unknown

Value

A function

Author(s)

\adrian \rolf

and \ege

Examples

kernelMatern <- dppkernel(dppMatern(lambda = 100, alpha=.01, nu=1, d=2))
plot(kernelMatern, xlim = c(0,0.1))

spatstat.core documentation built on May 18, 2022, 9:05 a.m.