spatgraphs-mst_cut {spatgraphs} | R Documentation |
Cut the MST-graph, that is remove all "too long" edges.
mst |
Adjacency matrix of the MST. If none given, use pp to compute it. |
pp |
Point pattern. Not needed if mst is provided. |
dists |
Distance matrix for pp. See sg_dists for example. |
R |
The minimum distance for cutting. |
level |
If R not provided use this level quantile. |
tor |
Use toroidal correction |
Date: | 2007-10-16 |
License: | GPL v2 or later |