readStackedData-methods(flowPlots)
readStackedData-methods()所属R语言包:flowPlots
Method readStackedData from Class "StackedData"
方法readStackedData班“StackedData”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a method of the StackedData class which reads a csv file of stacked data into a data frame, which can be stored in the stackedData data slot of a StackedData object. This function is a wrapper for the R base function, read.csv(), for users not so familiar with R.
这个函数是一个堆放到一个数据框,它可以存储在一个StackedData对象stackedData数据槽的数据读取csv文件的StackedData类的方法。此功能的R基函数,read.csv()的包装,为用户不是那么熟悉与R.
用法----------Usage----------
readStackedData(fileName)
参数----------Arguments----------
参数:fileName
character; the full name of the file containing stacked data in csv format.
字符;含有堆放在csv格式的数据文件的全名。
值----------Value----------
data frame of stacked data.
堆叠的数据的数据框。
方法----------Methods----------
signature(fileName = "character") Wrapper function for read.csv() to read a file of stacked data.
signature(fileName = "character")为read.csv包装函数()读取一个堆叠的数据文件。
作者(S)----------Author(s)----------
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
参见----------See Also----------
StackedData, read.csv
StackedData,read.csv
举例----------Examples----------
stackedDataFrame = readStackedData(fileName=system.file("extdata","adultsNeonates.csv", package="flowPlots"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|