covariogram {pgs} | R Documentation |
Generic function for geometric covariogram computations. A geometric covariogram is a measure. The integral of a (test) function w.r.t. the geometric covariogram is computed.
covariogram(x, f, sym = FALSE)
x |
an object of a class extending Figure-class. |
f |
a function. It must be defined on the space containing the figure. E.g. on the plane for a planar figure. |
sym |
boolean. True if f is symmetric. Default: FALSE. |
The numerical value of the integral of f
w.r.t. the geometric
covariogram of x
.
Quadrat-class, Segment-class, PointPattern-class.