trim_manually | R Documentation |
This function will take a list of dp objects and interactively ask the user to assign starting/ending points manually for all density profiles in sequentially. Used as alternative to automatic trim functions. The plot title will display whether you are selecting start or end position. Use your mouse to select starting/ending points on the plot.
trim_manually(dp.list)
dp.list |
A list of dp objects. |
A list of trimmed density profiles.
dptrim, dptriml, manual_trim_detect
## load all dp files dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr")) ## manually trim the list dp.trimmed <- trim_manually(dp.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.