plot_end_detection {densitr} | R Documentation |
Display end detection on a list of dp objects
Description
Display an automatic end detection of dp list, each dp object individually. Press any key to move to the next dp object. Returns nothing.
Usage
plot_end_detection(dp.list)
Arguments
dp.list |
A list of 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
if(interactive()){
plot_end_detection(dp.list)
}
[Package densitr version 0.2 Index]