getCruiseFiles(flowPhyto)
getCruiseFiles()所属R语言包:flowPhyto
Get all of the files from a cruise.
从邮轮的所有文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a convenience function to grab all of the raw data files from the all of the julian day sub directories in a seaflow cruise directory.
这是一个方便的功能,抓住所有的原始数据文件从儒略日在seaflow邮轮目录的子目录。
用法----------Usage----------
getCruiseFiles(cruise.dir='.', prefix='[0-9]{1,3}', ext='\\.evt', range=NULL)
参数----------Arguments----------
参数:cruise.dir
Path to cruise.
巡航路径。
参数:prefix
a prefix to add to the files you wish to list.
前缀添加到您要列出的文件。
参数:ext
extension of the files of interest.
延伸感兴趣的文件。
参数:range
A named, two-integer vector specifying the start and end (inclusive) range for subsetting the input files used in each analysis step (with the exception of summarize). Values should be a (evt/opp) file numbers and names should be strings corresponding to the year_julianday directory names. The nv() function is useful for creating this vector.
命名,两个整数向量指定的子集在每个分析步骤(异常总结)用于输入文件的开始和结束(含)的范围。值应该是(EVT / OPP)的文件编号和名称应该是字符串相应的year_julianday目录名。 NV()函数是用于创建这个向量。
值----------Value----------
a vector of cruise file names
邮轮文件名的向量
举例----------Examples----------
path <- system.file("extdata","seaflow_cruise", package="flowPhyto")
getCruiseFiles(path)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|