Learn R Programming

densitr (version 0.2)

plot_start_detection: Display start detection on a list of dp objects

Description

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

Usage

plot_start_detection(dp.list)

Arguments

dp.list

A list of dp objects, see dpload

See Also

dptrim, dptrim_s, dptriml_s,

Examples

Run this code
# NOT RUN {
## load several dp files
dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr"))
## trim the measurements
# }
# NOT RUN {
if(interactive()){
plot_start_detection(dp.list)
}
# }

Run the code above in your browser using DataLab