plot_trimming {densitr} | R Documentation |
Display an automatic trimming of dp list, each dp object individually. Press any key to move to the next dp object. Returns nothing.
plot_trimming(dp.list)
dp.list |
A list of dp objects, see |
dptrim, dptrim_s, dptriml_s,
## load several dp files
dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr"))
## plot trimming the measurements
if(interactive()){
plot_trimming(dp.list)
}