getIRIS(RSEIS)
getIRIS()所属R语言包:RSEIS
get Hypocenters from IRIS web site
震源从IRIS网站
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert hypocenters from the IRIS website and prepare for plotting in GEOmap
将震源转换从“综合注册资讯系统”网站,并准备绘制在GEOmap
用法----------Usage----------
getIRIS(fn, skip=0)
getANSS(fn, skip=2)
参数----------Arguments----------
参数:fn
character, file path name
字符,文件路径名
参数:skip
numeric, number of lines to skip (e.g. for the header)
数字,要跳过的行数(例如的头)
Details
详细信息----------Details----------
Reads in a file dumped out by the website selection box.
读取的文件的网站选择框中甩了出去。
值----------Value----------
list:
列表:
参数:yr
vector year
矢量年
参数:dom
vector, day of month
矢量,一个月里的日子
参数:mo
vector, mo
密苏里州向量,
参数:hr
vector, hour
矢量,小时
参数:mi
vector, minute
矢量,分
参数:sec
vector, sec
矢量,秒
参数:lat
vector, latitude
矢量,纬度
参数:lon
vector, longitude
矢量,经度
参数:z
vector, depth
矢量,深度
参数:mag
vector, magnitude
矢量,大小
注意----------Note----------
Be careful about headers and lines that need to be skipped.
要注意头和线,需要跳过。
for IRIS: http://www.iris.washington.edu/data/event/eventsearch.htm
IRIS:http://www.iris.washington.edu/data/event/eventsearch.htm的
For ANSS: http://www.quake.geo.berkeley.edu/anss/catalog-search.html
对于ANSS:http://www.quake.geo.berkeley.edu/anss/catalog-search.html
For NEIC (yet to be added) http://earthquake.usgs.gov/earthquakes/eqarchives/epic/epic_global.php
国家地震信息中心(尚未被添加)http://earthquake.usgs.gov/earthquakes/eqarchives/epic/epic_global.php
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
getjul
getjul
实例----------Examples----------
## Not run: [#不运行:]
fn = "/home/lees/WORK/SENDAI.EVENT/catsearch.8757"
g = getANSS(fn)
g$jd = getjul(g$yr, g$mo, g$dom)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|