spatgraphs-other(spatgraphs)
spatgraphs-other()所属R语言包:spatgraphs
Make the graph symmetric/compute edge lengths
使图形的对称/计算边长
译者:生物统计家园网 机器人LoveR
描述----------Description----------
sg2sym makes the graph symmetric.
sg2sym的图形对称。
edgeLengths returns the distances of edge-connected points as a list x such that distance(x\$i,x\$j)=x\$d
edgeLengths边缘连接点的距离返回一个列表x的距离(X \ $ I,X \ $ J)= X \ $ D
用法----------Usage----------
sg2sym(x, way=1)
edgelengths.sg(x, pp, ...)
参数----------Arguments----------
参数:x
sg-object.
SG-对象。
参数:way
If 1, use (xy OR yx) rule, if 2 or anything else use (xy AND yx) rule.
如果为1,使用(XY或YX)的规则,如果2个或任何其他人使用规则(XY和YX)。
参数:pp
Point pattern, for distances.
点模式,为距离。
参数:...
ignored
忽视
Details
详细信息----------Details----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|