plot_trimming: Display automatic trimming on a list of dp objects

View source: R/plots.R

plot_trimmingR Documentation

Display automatic trimming on a list of dp objects

Description

Display an automatic trimming of dp list, each dp object individually. Press any key to move to the next dp object. Returns nothing.

Usage

plot_trimming(dp.list)

Arguments

dp.list

A list of dp objects, see dpload

See Also

dptrim, dptrim_s, dptriml_s,

Examples

## load several dp files
dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr"))
## plot trimming the measurements

if(interactive()){
plot_trimming(dp.list)
}

krajnc/densitr documentation built on April 5, 2022, 7:49 p.m.