spatgraphs-other {spatgraphs}R Documentation

Make the graph symmetric/compute edge lengths

Description

sg2sym makes the graph symmetric.

edgeLengths returns the distances of edge-connected points as a list x such that distance(x$i,x$j)=x$d

Usage

   sg2sym(x, way=1)
   edgeLengths(x, pp, ...)

Arguments

x sg-object.
way If 1, use (xy OR yx) rule, if 2 or anything else use (xy AND yx) rule.
pp Point pattern, for distances.
... ignored

Details

Date: 2009-09-14
License: GPL v2 or later


[Package spatgraphs version 2.32 Index]