norm_10mm_standard: Normalize Rootdetection Output According To Standard

View source: R/data_processing.R

norm_10mm_standardR Documentation

Normalize Rootdetection Output According To Standard

Description

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.

Usage

norm_10mm_standard(root_output, split = TRUE, label_delim = ";")

Arguments

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

Value

data.frame; Rootdetection data set,containing normalized length values

Examples

norm_10mm_standard(root_output)
norm_10mm_standard(root_output, split = FALSE)

PhilippJanitza/rootdetectR documentation built on Feb. 24, 2024, 6:46 a.m.