The census step generates a single row of population counts per EVT file. This function collects and concatenates these into a single dataframe.
普查步骤生成一个单列的人口数每EVT文件。此功能收集并连接成单一dataframe这些。
用法----------Usage----------
combineCensusFiles(cruise.dir='.')
参数----------Arguments----------
参数:cruise.dir
Path the cruise directory.
路径巡航目录。
值----------Value----------
a dataframe of counts per EVT file (rows) and per population (columns)
EVT文件的罪名的每dataframe(行)和每人口(列)
举例----------Examples----------
seaflow.path <- system.file("extdata", 'seaflow_cruise', package="flowPhyto")
census <- combineCensusFiles(seaflow.path)
census