spatgraphs-other {spatgraphs} | R Documentation |
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
sg2sym(x, way=1) edgeLengths(x, pp, ...)
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 |
Date: | 2009-09-14 |
License: | GPL v2 or later |