plot.mst(spdep)
plot.mst()所属R语言包:spdep
Plot the Minimum Spanning Tree
绘制最小生成树
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots a MST, the nodes are circles and the edges are segments.
此功能绘制一个MST界,节点和边段。
用法----------Usage----------
## S3 method for class 'mst'
plot(x, coords, label.areas = NULL,
cex.circles = 1, cex.labels = 1, ...)
参数----------Arguments----------
参数:x
Object of mst class.
对象mst类。
参数:coords
A two column matrix with the coordinates of nodes.
一个两列的矩阵节点的坐标。
参数:label.areas
A vector with the labels of nodes
一个向量,其节点的标签
参数:cex.circles
The length of circles to plot.
长圆的图。
参数:cex.labels
The length of nodes labels ploted.
ploted节点标签的长度。
参数:...
Further arguments passed to plotting funcitons.
进一步的参数传递给绘图funcitons。
(作者)----------Author(s)----------
Elias T. Krainski and Renato M. Assuncao
参见----------See Also----------
See Also as skater and mstree
请参见skater和mstree
实例----------Examples----------
### see example in mstree function documentation[##例如,在mstree函数的文档]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|