plot_all | R Documentation |
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)
dp.list |
A list of dp objects, see |
dptrim, dptrim_s, dptriml_s,
## load several dp files dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr")) ## trim the measurements if(interactive()){ plot_all(dp.list) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.