View source: R/data_processing.R
is_root_norm | R Documentation |
The function tests whether a given object fulfills all criteria of a normalized Rootdetection data set. These standards are:
- The object has to be a data.frame
- The columns Label, LengthMM and LengthPx, Factor1 and Factor2 needs to be present
- LengthMM needs to store numeric values
- No length standard must be present
- hyphens (-) in Labels are not allowed
is_root_norm(root_norm)
root_norm |
data.frame; normalized Rootdetection data set |
logical; TRUE or FALSE
# normalize root_output
root_norm <- norm_10mm_standard(root_output)
# check data set for normalization
is_root_norm(root_norm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.