distseisnXY(RSEIS)
distseisnXY()所属R语言包:RSEIS
Distances from an RSEIS list
距离从RSEIS列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Distances from an RSEIS list
距离从RSEIS列表
用法----------Usage----------
distseisnXY(GH, sta=list(nam="", x=0 , y=0 , z=0) , LOC=list(x=0, y=0 , z=0))
参数----------Arguments----------
参数:GH
Rseis list structure
Rseis列表结构
参数:sta
station list(x,y,z)
站列表(的x,y和z)
参数:LOC
location list(x,y,z)
位置列表(的x,y和z)
值----------Value----------
list:
列表:
参数:
参数:
注意----------Note----------
Locations of stations and source should be projected.
站和源的位置应该被投影。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
data(GH)
### assume the lat lon in GH are x, y (projected)[##假设在GH的纬度经度X,Y(预计)]
staxy = list(nam=GH$stafile$name, x=GH$stafile$lon, y=GH$stafile$lat, z=GH$stafile$z)
LOC = list(x=GH$pickfile$LOC$lon, y=GH$pickfile$LOC$lat, z=GH$pickfile$LOC$z)
distseisnXY(GH, sta =staxy, LOC = LOC)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|