Rdocumentation
powered by
Learn R Programming
spatstat (version 1.37-0)
npfun: Dummy Function Returns Number of Points
Description
Returns a summary function which is constant with value equal to the number of points in the point pattern.
Usage
npfun(X, ..., r)
Arguments
X
Point pattern.
...
Ignored.
r
Vector of values of the distance argument $r$.
Value
Object of class
"fv"
representing a constant function.
Details
This function is normally not called by the user. Instead it is passed as an argument to the function
psst
.