View source: R/dilp_functions.R
dilp_errors | R Documentation |
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.
dilp_errors(specimen_data)
specimen_data |
Processed specimen level leaf physiognomic data. The
structure should match the structure of the output from |
A 7 by X data frame. Each row shows a common error, and which specimens from the input dataset are tripping it.
# Check for errors in the provided McAbeeExample dataset.
dilp_dataset <- dilp_processing(McAbeeExample)
dilp_errors <- dilp_errors(dilp_dataset)
dilp_errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.