doAmap(Rquake)
doAmap()所属R语言包:Rquake
Plot a map of station locations
绘制一个站位置图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a map of station locations
绘制一个站位置图
用法----------Usage----------
doAmap(stas, doproj = TRUE)
参数----------Arguments----------
参数:stas
station list
电台列表
参数:doproj
logical, if TRUE, project (UTM) the data so plot is in units of km with the median lat-lon as the center. If FALSE, use the lat-lon coordinates.
逻辑,如果是TRUE,项目(UTM)的数据,所以图的中位数为中心的纬度,经度,单位为公里。如果为FALSE,使用的纬度,经度坐标。
Details
详细信息----------Details----------
The range of the plot is expanded by 10 percent prior to plotting.
范围扩大10%,之前绘制的图。
值----------Value----------
list, GEOmap projection
列表中,GEOmap“投影
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
gMAP,expandbound,GLOB.XY
GMAP,expandbound,GLOB.XY
实例----------Examples----------
## Not run: [#不运行:]
fsta = "/Users/lees/Site/CHAC/staLLZ.txt"
stas = scan(file=fsta,what=list(name="", lat=0, lon=0, z=0))
stas$z = stas$z/1000
doAmap(stas, doproj = TRUE)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|