plot_all {densitr}R Documentation

Plot a list of dp objects, one by one

Description

Plot a list of dp objects, one by one. Press any key to move to the next dp object. Returns nothing.

Usage

plot_all(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"))
## trim the measurements

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

[Package densitr version 0.2 Index]