legitWPX(Rquake)
legitWPX()所属R语言包:Rquake
Legitimate Pix
合法的像素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Check WPX list for legitimate picks
检查WPX为合法精选列表
用法----------Usage----------
legitWPX(twpx, quiet=TRUE)
参数----------Arguments----------
参数:twpx
参数:quiet
logical, default=TRUE, FALSE generates an error message
逻辑,默认= TRUE,FALSE产生错误消息
Details
详细信息----------Details----------
Used internall to test if a WPX list has legitimate picks. Initially a list is generated with NA and 0 values in the place holders. If no legitimate picks are added, the list still exists, but the picks are bogus, so this routine will return 0.
使用internall测试,如果一个WPX列表有合法的选秀权。最初生成一个列表,NA和0值的占位。补充说,如果没有合法的精选列表中依然存在,但选秀是假的,所以此例程将返回0。
值----------Value----------
integer: 0=not legitimate, 1=legitimate
整数:0 =不合法的,合法的
注意----------Note----------
Currently only the name is tested for all(NA), but this might be changed int he future for a more sophisticated test.
目前唯一的名称进行测试(NA),但是这可能会改变在未来更复杂的测试。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
PCsaveWPX
PCsaveWPX
实例----------Examples----------
### test fails[##测试失败]
jk = cleanWPX()
legitWPX(jk)
data(GH)
gwpx = uwpfile2ypx(GH$pickfile)
legitWPX(gwpx)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|