找回密码
 注册
查看: 337|回复: 0

R语言 RQDA包 queryFiles()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:23:32 | 显示全部楼层 |阅读模式
queryFiles(RQDA)
queryFiles()所属R语言包:RQDA

                                         Retrieval of file names according to their codings.
                                         根据他们的编码中的文件名检索。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

To retrieve file names according to their codings.
根据其编码中检索文件名。


用法----------Usage----------


queryFiles(or=NULL, and = NULL, not = NULL, names = TRUE)



参数----------Arguments----------

参数:or
integer vector of code id.
整数向量的代码编号。


参数:and
integer vector of code id.
整数向量的代码编号。


参数:not
integer vector of code id.
整数向量的代码编号。


参数:names
logical, returns file names when TRUE.



Details

详细信息----------Details----------

Let fid.or are files coded by any code from or, fid.and are files coded by all codes of and, and fid.not are files not coded by any code of not. Then the result is  setdiff(intersect(fid.or, fid.and), fid.not).
让fid.or的任何代码或编码的文件,fid.and所有代码编写的文件,并fid.not是没有编码的文件的任何代码不。然后的结果是 setdiff(intersect(fid.or, fid.and), fid.not)。

This function is succeeded by filesCodedByAnd, filesCodedByOr, filesCodedByNot and their operators.
此功能filesCodedByAnd,filesCodedByOr,filesCodedByNot和他们的经营成功。


值----------Value----------

A vector of file id when names is FALSE. A vector of file names, with the side effect of updating files widget with these file names when names is TRUE.
的矢量文件编号时的名字是假的。文件名,一个向量的更新文件的文件名与这些部件的名称为TRUE时的副作用。


(作者)----------Author(s)----------



HUANG Ronggui




实例----------Examples----------


## Not run: [#不运行:]
QueryFile(or=1:2) ## files coded to code 1 or 2.[#编写的文件代码1或2。]
QueryFile(and=1:2) ## files coded to code 1 and 2.[#编写的文件代码1和2。]
QueryFile(or=1:2, not=3:4) ## files coded to code 1 or 2 but neither 3 nor 4.[#编写的文件代码1或2,但既不3及4。]

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 15:51 , Processed in 0.019274 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表