npfun | R Documentation |
Returns a summary function which is constant with value equal to the number of points in the point pattern.
npfun(X, ..., r)
X |
Point pattern. |
... |
Ignored. |
r |
Vector of values of the distance argument r. |
This function is normally not called by the user. Instead it is passed
as an argument to the function psst
.
Object of class "fv"
representing a constant function.
, \ege and Jesper \Moller.
psst
fit0 <- ppm(cells, ~1, nd=10) v <- psst(fit0, npfun)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.