spatgraphs-mst_cut {spatgraphs}R Documentation

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

Date: 2007-10-16
License: GPL v2 or later


[Package spatgraphs version 0.52 Index]