inputFileFunc1 | R Documentation |
A file containing the raw data of the root length measurements used as input for function filterData
inputFileFunc1
A matrix with columns:
First condition, Column with root length measurements must be called 'Longest Shortest Path'
Third condition, measurments of experimental root treatment must be in milimetres (mm)
Ensminger, Erik
# Example 1:
# Access raw data made available with this package.
inputRootLength <- system.file("extdata", "inputFileFunc1.csv", package = "FastRPA")
# Read data
inputFileFunc1 <- read.csv(file = inputRootLength, header = TRUE)
dim(inputFileFunc1) # 30 4
# To see documentation for this dataset
?inputFileFunc1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.