SpatialQuantile: Spatially Weighted Median or Quantile
Description
Compute a weighted median or weighted quantile of spatial data.
Usage
SpatialMedian(X, ...)
SpatialQuantile(X, prob = 0.5, ...)
Arguments
Details
The functions SpatialMedian and SpatialQuantile
are generic. They calculate spatially weighted medians
and quantiles of spatial data. The details depend on the class of
X.
There are methods for spatial point patterns (class "ppp")
and possibly for other objects.