rgl.sphgrid(sphereplot)
rgl.sphgrid()所属R语言包:sphereplot
Create a spherical plotting grid
创建一个球形的绘图网格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a spherical plotting grid, within which further points can be added. Useful for astronomical plotting in particular, where this becomes the celestial sphere.
创建一个球形绘图网格,在其中进一步的点可以被添加。有用的天文图,这将成为天球特别是。
用法----------Usage----------
rgl.sphgrid(radius = 1, col.long='red', col.lat='blue', deggap = 15, longtype = "H", add = FALSE)
参数----------Arguments----------
参数:radius
The radial extent of the spherical grid.
球形网格的径向范围。
参数:deggap
The attempted separation between sherical grid lines in degrees.
企图之间的分离度sherical网格线。
参数:col.long
The colour for longitude labels.
颜色为经度标签。
参数:col.lat
The colour for latitude labels.
颜色为北纬标签。
参数:longtype
Specifies if longitudes should be labelled in hours (H- default) or degrees (D).
指定如果东经应标明小时(H-默认)或度(D)。
参数:add
Should the grid be added to the current plot, or if FALSE a new rgl device is launched.
电网应该被添加到当前绘图,或如果为FALSE一个新的RGL设备启动。
Details
详细信息----------Details----------
This function should be called first, and can generally be used with only the declaration of radius to good effect.
这个函数应该被称为第一,一般都可以使用声明半径,效果良好。
值----------Value----------
No value, used for plotting side effect.
没有价值的,用于绘制副作用。
(作者)----------Author(s)----------
Aaron Robotham
实例----------Examples----------
rgl.sphgrid()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|