Rdocumentation
powered by
Learn R Programming
spatgraphs (version 0.52)
spatgraphs-mst_cut: mst_cut
Description
Cut the MST-graph, that is remove all "too long" edges.
Arguments
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
Details
ll
{ Date: 2007-10-16 License: GPL v2 or later }