dilp_errors: Check for common errors in DiLP measurements
Description
dilp_errors() will typically only be called internally by dilp().
However, it can be used on its own to evaluate errors that commonly occur
during the data collection and processing steps. A dilp_errors() call
will nearly always follow a dilp_processing() call. Returns a data frame.
Usage
dilp_errors(specimen_data)
Value
A 7 by X data frame. Each row shows a common error, and which specimens
from the input dataset are tripping it.
Arguments
specimen_data
Processed specimen level leaf physiognomic data. The
structure should match the structure of the output from dilp_processing()
# Check for errors in the provided McAbeeExample dataset.dilp_dataset <- dilp_processing(McAbeeExample)
dilp_errors <- dilp_errors(dilp_dataset)
dilp_errors