powered by
Plot a list of dp objects, one by one. Press any key to move to the next dp object. Returns nothing.
plot_all(dp.list)
A list of dp objects, see dpload
dpload
dptrim, dptrim_s, dptriml_s,
# NOT RUN { ## load several dp files dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr")) ## trim the measurements # } # NOT RUN { if(interactive()){ plot_all(dp.list) } # }
Run the code above in your browser using DataLab