View source: R/data_processing.R
is_root_output | R Documentation |
The function tests whether a given object fulfills all criteria of a standard Rootdetection output. These standards are:
- The object has to be a data.frame
- The columns Label and LengthPx needs to be present
- LengthPx needs to store numeric values
- A length standard needs to be present (default = 10mm) - can be changed by argument length_standard
- hyphens (-) in Labels are not allowed
is_root_output(root_output, length_standard = "10mm")
root_output |
data.frame; output *.csv (list) from Rootdetection |
length_standard |
string; set name of the standard |
logical; TRUE or FALSE
is_root_output(root_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.