rgl.sphtext(sphereplot)
rgl.sphtext()所属R语言包:sphereplot
Add text to spherical plot
将文本添加到球形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds generic text to a spherical coordinate plot.
将普通的文本添加到球面坐标图。
用法----------Usage----------
rgl.sphtext(long, lat, radius, text, deg = FALSE, col='black', ...)
参数----------Arguments----------
参数:long
longitude values, can also contain a matrix of long, lat and radius (in that order).
经度值长,纬度和半径(按顺序),也可以包含一个矩阵。
参数:lat
latitude values.
纬度值。
参数:radius
radius values.
半径值。
参数:text
text values to be plotted.
要绘制的文本值。
参数:deg
Specifies if input is in degrees or radians (default).
指定如果输入度或弧度(默认)。
参数:col
Specifies text colour.
指定文本的颜色。
参数:...
Other arguments carried to points3d.
其他参数进行points3d。
Details
详细信息----------Details----------
This function uses sph2car in conjunction with text3d to plot text on a spherical coordinate system.
此函数使用与text3d一并sph2car绘制的球面坐标系上的文字。
值----------Value----------
No value, used for plotting side effect.
没有价值的,用于绘制副作用。
(作者)----------Author(s)----------
Aaron Robotham
实例----------Examples----------
rgl.sphgrid()
rgl.sphtext(40,50,0.5,'HI!',deg=TRUE,col='red',cex=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|