View source: R/data_processing.R
norm_10mm_standard | R Documentation |
This function transforms Rootdetection output (*.csv as list) to a normalized Rootdetection data set. Therefore the function calculates the length in mm (LengthMM) from length in pixel (LengthPx). The standard measurements has to be labeled as '10mm' and has to store pixel values representing 10 mm.
norm_10mm_standard(root_output, split = TRUE, label_delim = ";")
root_output |
data.frame; *.csv output from Rootdetection containing standard values ('10mm') |
split |
logical; if TRUE data.frame is sorted and Label is split in Factor1 and Factor2 (necessary for standard procedure) |
label_delim |
character; defines how Factor1 and Factor2 are separated in Label |
data.frame; Rootdetection data set,containing normalized length values
norm_10mm_standard(root_output)
norm_10mm_standard(root_output, split = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.