View source: R/data_processing.R
inspect_root_norm | R Documentation |
The function produces a summary of all lines and conditions of a normalized rootdetection dataset. It visualizes a summary in a matrix styled plot and gives a description of data in the R console.
inspect_root_norm(root_norm, plot = TRUE, output = TRUE)
root_norm |
data.frame; normalized Rootdetection data set |
plot |
logical; if TRUE summary plot is produced |
output |
logical; if TRUE summary is printed in R console |
plot and/or console output
# normalize root_output
root_norm <- norm_10mm_standard(root_output)
# data summary
inspect_root_norm(root_norm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.