spatgraphs-plot.sg(spatgraphs)
spatgraphs-plot.sg()所属R语言包:spatgraphs
plot.sg
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the edges of graph, or color the clusters.
绘制的图形,或颜色的聚类的边缘。
用法----------Usage----------
## S3 method for class 'sg'
plot(x, pp, add=TRUE, which=NULL, directed=0, add.points=FALSE,
points.col="black", points.pch=1, points.cex=1, lines.col="gray30", ...)
参数----------Arguments----------
参数:x
spatgraph/spatcluster object
spatgraph对象/ spatcluster对象
参数:pp
point pattern
点模式
参数:add
Add the lines to an existing plot (such as plot(pp)) or draw a new plot.
添加到现有的图(如plot(pp))或绘制一个新的图线。
参数:which
Vector of indices or a Boolean vector of size n: Draw only edges starting at these points.
矢量指数或布尔向量的大小n:绘制只有在这些点的边缘。
参数:directed
Draw arrows with this size. If 0, no arrows.
这种规模的绘制箭头。如果为0,没有箭头。
参数:add.points
Should we draw the points after the lines are drawn. Uses points, only 2D.
我们应该画点,画线后,。使用points,只有2D。
参数:points.col
Color(s) for the points if they are added.
颜色(s)为点,如果它们被添加。
参数:points.pch
Plotting character for points if they are added.
如果它们被添加的点绘制字符。
参数:points.cex
Plotting size of point character if points are added.
绘制点字符的大小,如果点。
参数:lines.col
Color(s) for the lines.
颜色(s)为线。
参数:...
line size etc. for corresponding function (lines, arrows, rgl.lines).
行的大小等相应的功能(lines,arrows,rgl.lines)。
Details
详细信息----------Details----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|