plot.skater(spdep)
plot.skater()所属R语言包:spdep
Plot the object of skater class
绘制对象的溜冰课
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function displays the results of the skater function. The subgraphs are plotted with different colours.
此功能显示的结果,溜冰功能。子图绘制不同的颜色。
用法----------Usage----------
## S3 method for class 'skater'
plot(x, coords, label.areas = NULL,
groups.colors, cex.circles = 1, cex.labels = 1, ...)
参数----------Arguments----------
参数:x
An object of skater class.
的对象skater类。
参数:coords
A matrix of two colums with coordinates of nodes.
,两个colums与节点坐标的矩阵。
参数:label.areas
A vector of labels of nodes.
一个向量的节点的标签。
参数:groups.colors
A vector with colors of groups ou sub-graphs.
一个向量组的颜色瓯子图。
参数:cex.circles
The length of circles with represent the nodes.
圈的长度,与代表节点。
参数:cex.labels
The length of labels of nodes.
节点的标签的长度。
参数:...
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 the skater function documentation[##例如,在溜冰函数的文档]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|