readStackedData-methods: Method readStackedData from Class "StackedData"

Description Usage Arguments Value Methods Author(s) See Also Examples

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.

Usage

1
   readStackedData(fileName)    

Arguments

fileName

character; the full name of the file containing stacked data in csv format.

Value

data frame of stacked data.

Methods

signature(fileName = "character")

Wrapper function for read.csv() to read a file of stacked data.

Author(s)

N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA

See Also

StackedData, read.csv

Examples

1
 stackedDataFrame = readStackedData(fileName=system.file("extdata","adultsNeonates.csv", package="flowPlots"))   

flowPlots documentation built on Nov. 8, 2020, 7:54 p.m.