getFileNumber(flowPhyto)
getFileNumber()所属R语言包:flowPhyto
Get the (original) integer file number of any seaflow repository file.
获取的任何seaflow库文件(原件)整数的文件数量。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Each seaflow EVT file is assigned a unique (per-directory) integer which get's carried on to subsequent processing steps. This function extracts that number from any of the original or downstream files.
每个seaflow EVT文件被分配给每一个独特的(目录)的整数,得到的后续处理步骤进行。这个功能提取这个数字从任何原始或下游的文件。
用法----------Usage----------
getFileNumber(file.path)
参数----------Arguments----------
参数:file.path
Path to the file whose name you wish to extract a number from.
你想提取一个数字的文件名的路径。
值----------Value----------
an integer corresponding to the original event file number
一个整数对应的原始事件档案编号
举例----------Examples----------
path <- system.file("extdata","seaflow_cruise","2011_001","1.evt.opp",
package="flowPhyto")
getFileNumber(path)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|