rglGEOmapXY(Rquake)
rglGEOmapXY()所属R语言包:Rquake
High Level plot of GEO map
高级别图的GEO图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
High Level plot of GEO map using rgl graphics
GEO图使用RGL图形的高级别图
用法----------Usage----------
rglGEOmapXY(MAP, LIM = c(-180, -90, 180, 90), PROJ = list(), PMAT = NULL, add = TRUE, SEL = NULL, GRID = NULL, GRIDcol = 1, MAPcol = NULL, MAPstyle = NULL, border = NA, cenlon = 0, shiftlon = 0, linelty = 1, linelwd = 1, ptpch = ".", ptcex = 1, NUMB = FALSE, ...)
参数----------Arguments----------
参数:MAP
Map Structure
图结构
参数:LIM
Lat-Lon limits
纬度,经度限制
参数:PROJ
Projection list
投影列表
参数:PMAT
Perspective matrix conversion
透视矩阵转换
参数:add
logical, TRUE= add to existing plot
逻辑,TRUE为添加到现有的图
参数:SEL
Index vector of strokes to be used in plotting,default=NULL(use all that pass other tests)
索引向量招策划,默认值= NULL(使用通过其他测试)
参数:GRID
logical, TRUE=add grid lines
逻辑,TRUE =加网格线
参数:GRIDcol
color for grid lines
网格线的颜色
参数:MAPcol
override color for maps
覆盖颜色图
参数:MAPstyle
override plotting style for maps
覆盖为图的绘制风格
参数:border
color, add border to polygons, NA=no border
颜色,添加边框多边形,NA =无边框
参数:cenlon
center longitude of plot
中心经度的图
参数:shiftlon
degrees, rotate longitude
度,旋转经度
参数:linelty
Line type
线路类型
参数:linelwd
line width
线宽度
参数:ptpch
plotting character for strokes (style=1) that are plotted as points
绘制笔划字符(样式= 1)绘制点
参数:ptcex
character expansion factor for style=1 strokes
字符膨胀系数风格= 1招
参数:NUMB
logical, number the strokes on the map
逻辑,数笔画在图上
参数:...
graphical parameters
图形参数
Details
详细信息----------Details----------
The function duplicates the plotGEOmapXY code but instead returns coordinates suitable for rgl spinning in 3D.
功能重复的plotGEOmapXY代码,而是返回坐标适合3D RGL纺。
值----------Value----------
Graphical Side effects
图形化的副作用
注意----------Note----------
This is used in conjunction with other 3D plotting.
这是用在与其他3D绘图。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
ROTcovQUAKE
ROTcovQUAKE
实例----------Examples----------
## Not run: [#不运行:]
ROTcovQUAKE(cosoqk[5:10], proj , domap=FALSE)
rglGEOmapXY(cosomap, PROJ =proj, MAPstyle=2, add=TRUE )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|