plot_failures {densitr} | R Documentation |
Plot trimming failures one by one
Description
Plot each failed trimming detection, one by one. Press any key to move to the next dp object. Returns nothing. The entry list of dp trimmed objects must include the trimming report (rreport = TRUE).
Usage
plot_failures(dp.trimmed)
Arguments
dp.trimmed |
A list of trimmed dp objects, see |
See Also
dptrim, dptrim_s, dptriml_s,
Examples
## load several dp files
dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr"))
## trim the measurements
## Not run:
plot_failures(dp.list)
## End(Not run)
[Package densitr version 0.2 Index]