outputFileFunc2 | R Documentation |
The file outputFileFunc2 contains the normalized root length data outputted by the analyseRootData function This file can then be used as input for function createRootBarG
outputFileFunc2
A matrix with columns:
First condition, first column contains geneLines and must be called 'geneLines'
Second condition, the name of root measurements columns to be plotted must contain a \
character
Third condition, measurments of experimental root treatment must be in milimetres (mm)
Ensminger, Erik
# Example 1:
# Access raw data made available with this package
outputnormalizedData <- system.file("extdata", "outputFileFunc2.csv", package = "FastRPA")
# Read data
outputFileFunc2 <- read.csv(file = outputnormalizedData, header = TRUE)
dim(outputFileFunc2) # 30 4
# To see documentation for this dataset
?outputFileFunc2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.