createResamplingScheme(flowPhyto)
createResamplingScheme()所属R语言包:flowPhyto
Generate the Population Resampling scheme.
产生的人口重新取样计划。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
.
。
用法----------Usage----------
createResamplingScheme(cruise.path, resample.min=500, resamp.concat.max = 5)
参数----------Arguments----------
参数:cruise.path
Path cruise directory.
路径巡航目录。
参数:resample.min
Minimum number of cells required for a population's resampling.
单元人口的重采样所需的最低数量。
参数:resamp.concat.max
Maximum number of files allowed to be concatenated to get the resample minimum.
允许被连接到得到重采样的最低文件的最大数量。
值----------Value----------
a vector of comma delimted population named by the corresponding comma delimted year_day/file.
了相应的逗号逗号delimted名为人口的的向量delimted year_day /文件。
举例----------Examples----------
seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
createResamplingScheme(seaflow.path)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|