| kerndens | R Documentation |
Kernel density estimates only.
kerndens(x, ...)
## S3 method for class 'numeric'
kerndens(x, ...)
## S3 method for class 'ppp'
kerndens(x, ...)
## S3 method for class 'ppplist'
kerndens(x, ...)
## S3 method for class 'anylist'
kerndens(x, ...)
## S3 method for class 'hyperframe'
kerndens(x, ...)
x |
see Usage |
... |
additional parameters of the function density.default |
The function kerndens() finds
the estimated density values,
i.e., element $y of the function density.default return.
The function kerndens() returns
a numeric vector.
Do not overwrite function spatstat.explore::density.ppp() !!
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.