gplot3d.arrow(sna)
gplot3d.arrow()所属R语言包:sna
Add Arrows a Three-Dimensional Plot
添加箭头一个三维图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gplot3d.arrow draws an arrow between two pairs of points..
gplot3d.arrow绘制的箭头2双点之间..
用法----------Usage----------
gplot3d.arrow(a, b, radius, color = "white", alpha = 1)
参数----------Arguments----------
参数:a
a vector or three-column matrix containing origin X,Y,Z coordinates.
三列向量或矩阵,包含原点X,Y,Z坐标。
参数:b
a vector or three-column matrix containing origin X,Y,Z coordinates.
三列向量或矩阵,包含原点X,Y,Z坐标。
参数:radius
the arrow radius, in current plotting units. May be a vector, if multiple arrows are to be drawn.
箭头半径,在当前的绘制单元。可能是一个向量,如果要绘制多重箭。
参数:color
the arrow color. May be a vector, if multiple arrows are being drawn.
箭头的颜色。可能是一个矢量,,如果多重箭正在起草。
参数:alpha
alpha (transparency) value(s) for arrows. (May be a vector.)
alpha(透明度)值(S)的箭头。 (可能是一个向量。)
Details
详细信息----------Details----------
gplot3d.arrow draws one or more three-dimensional "arrows" from the points given in a to those given in b. Note that the "arrows" are really cones, narrowing in the direction of the destination point.
gplot3d.arrow绘制一个或多个立体的“箭头”在a点那些在b。需要注意的是“箭头”真的锥,目标点的方向变窄。
值----------Value----------
None.
无。
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>
参见----------See Also----------
gplot3d, gplot3d.loop, rgl.primitive
gplot3d,gplot3d.loop,rgl.primitive
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|