clusterWPX(Rquake)
clusterWPX()所属R语言包:Rquake
Cluster Analysis of Picks
聚类分析精选
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a pick file in WPX format, break the picks apart clustered accoring to single link cluster analysis.
一挑WPX格式的文件中,打破的选秀除了聚集accoring单链接聚类分析的。
用法----------Usage----------
clusterWPX(twpx, tol = 200, PLOT = FALSE)
参数----------Arguments----------
参数:twpx
WPX list
WPX列表
参数:tol
tolerance in seconds - all pick distances less than tol will be set to zero to force these to be associated.
公差在几秒钟内 - 所有挑距离小于托尔将被设置为零,以迫使这些关联。
参数:PLOT
logical, if TRUE, add verbose plotting
逻辑,如果属实,添加详细的策划
Details
详细信息----------Details----------
If there is not significant separation of picks, only one cluster is returned. To avoid spurious clusters, increase the tolerance.
如果不存在显着分离的饭店,只有一个聚类被返回。为了避免杂散聚类,提高耐受性。
值----------Value----------
list of WPX lists
的WPX列表列表
注意----------Note----------
Cluster depends on what one considers a cluster.
聚类取决于人们认为一个聚类。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
addWPX, catWPX, checkWPX,cleanWPX,PCsaveWPX, setWPX, repairWPX
addWPX,catWPX,checkWPX,cleanWPX,PCsaveWPX,setWPX,repairWPX
实例----------Examples----------
## Not run: [#不运行:]
s1 = setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s2 = setWPX(name="HI", yr=2011, jd=231, hr=5, mi=2, sec = runif(5))
s3 = catWPX(s1,s2)
L3 = clusterWPX(s3)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|