rgl.sphpoints(sphereplot)
rgl.sphpoints()所属R语言包:sphereplot
Add points to spherical plots
球形图加点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allows the native plotting of spherical coordinates (in degrees of radians) and is expected to be used in conjunction with rgl.sphgrid, which produces the spherical grid.
此功能允许本机绘制的球面坐标系(以度为单位的弧度),预期可使用结合与rgl.sphgrid,这产生的球形网格。
用法----------Usage----------
rgl.sphpoints(long, lat, radius, deg = TRUE,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.
半径值。
参数:deg
Specifies if input is in degrees or radians (default).
指定如果输入度或弧度(默认)。
参数:col
Specifies point colour.
指定点的颜色。
参数:...
Other arguments carried to points3d.
其他参数进行points3d。
Details
详细信息----------Details----------
This function uses sph2car in conjunction with points3d to plot points on a spherical coordinate system.
此函数使用sph2car在一并points3d到球面坐标系上的点绘制。
值----------Value----------
No value, used for plotting side effect.
没有价值的,用于绘制副作用。
(作者)----------Author(s)----------
Aaron Robotham
实例----------Examples----------
rgl.sphgrid()
rgl.sphpoints(40,50,0.5,deg=TRUE,col='red',cex=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|