plot_failures {densitr} | R Documentation |
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).
plot_failures(dp.trimmed)
dp.trimmed |
A list of trimmed dp objects, see |
dptrim, dptrim_s, dptriml_s,
## 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)