compareCdfs(affxparser)
compareCdfs()所属R语言包:affxparser
Compares the contents of two CDF files
比较两个CDF文件的内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compares the contents of two CDF files.
比较两个CDF文件的内容。
用法----------Usage----------
compareCdfs(pathname, other, quick=FALSE, verbose=0, ...)
参数----------Arguments----------
参数:pathname
The pathname of the first CDF file.
第一CDF文件的路径。
参数:other
The pathname of the seconds CDF file.
秒CDF文件的路径。
参数:quick
If TRUE, only a subset of the units are compared, otherwise all units are compared.
TRUE如果,只有单位的子集进行比较,否则所有单位进行了比较。
参数:verbose
An integer. The larger the more details are printed.
integer。印有较大的更多细节。
参数:...
Not used.
不使用。
Details
详情----------Details----------
The comparison is done with an upper-limit memory usage, regardless of the size of the CDFs.
比较是一个上限的内存使用,无论大小的CDFS。
值----------Value----------
Returns TRUE if the two CDF are equal, otherwise FALSE. If FALSE, the attribute reason contains a string explaining what difference was detected, and the attributes value1 and value2 contain the two objects/values that differs.
返回TRUE如果两个民防部队都是平等的,否则FALSE。如果FALSE属性reason包含一个字符串,解释检测有什么区别,属性value1和value2包含两个不同的对象/值。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
参见----------See Also----------
convertCdf().
convertCdf()。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|