Description Usage Arguments Value Methods Author(s) See Also Examples
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.
1 | readStackedData(fileName)
|
fileName |
character; the full name of the file containing stacked data in csv format. |
data frame of stacked data.
signature(fileName = "character")
Wrapper function for read.csv() to read a file of stacked data.
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
1 | stackedDataFrame = readStackedData(fileName=system.file("extdata","adultsNeonates.csv", package="flowPlots"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.