dppkernel | 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
and \ege
kernelMatern <- dppkernel(dppMatern(lambda = 100, alpha=.01, nu=1, d=2)) plot(kernelMatern, xlim = c(0,0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.