gplot3d.loop(sna)
gplot3d.loop()所属R语言包:sna
Add Loops to a Three-Dimensional Plot
将循环添加到三维图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gplot3d.loop draws a "loop" at a specified location; this is used to designate self-ties in gplot3d.
gplot3d.loop绘制一个“循环”,在指定的位置,这是用来指定在gplot3d的自我关系。
用法----------Usage----------
gplot3d.loop(a, radius, color = "white", alpha = 1)
参数----------Arguments----------
参数:a
a vector or three-column matrix containing origin X,Y,Z coordinates.
三列向量或矩阵,包含原点X,Y,Z坐标。
参数:radius
the loop radius, in current plotting units. May be a vector, if multiple loops are to be drawn.
环路的半径,在当前的绘制单元。可能是一个向量,如果要绘制多个循环。
参数:color
the loop color. May be a vector, if multiple loops are being drawn.
闭环色彩。可能是一个向量,如果正在起草多个循环。
参数:alpha
alpha (transparency) value(s) for loops. (May be a vector.)
alpha(透明度)值(s)for循环。 (可能是一个向量。)
Details
详细信息----------Details----------
gplot3d.loop is the companion to gplot3d.arrow. The "loops" produced by this routine currently look less like loops than like "hats" – they are noticable as spike-like structures which protrude from vertices. Eventually, something more attractice will be produced by this routine.
gplot3d.loop到gplot3d.arrow的同伴。这个程序产生的“循环”,目前看起来不那么像,而不是“大盖帽”的循环 - 他们是noticable突出的穗状的结构,从顶点。最终,会产生一些attractice,用这个程序。
值----------Value----------
None.
无。
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>
参见----------See Also----------
gplot3d.arrow, gplot3d, rgl-package
gplot3d.arrow,gplot3d,rgl-package
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|