inputFileFunc3 | R Documentation |
The file inputFileFunc3 contains the normalized root length data outputted by the analyseRootData function This file can then be used as input for function createRootBarG
inputFileFunc3
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
inputnormalizedData <- system.file("extdata", "inputFileFunc3.csv", package = "FastRPA")
# Read data
inputFileFunc3 <- read.csv(file = inputnormalizedData, header = TRUE)
dim(inputFileFunc3) # 30 4
# To see documentation for this dataset
?inputFileFunc3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.