trim_manually: Manually trim a list of density profiles
Description
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.
# NOT RUN {## load all dp files# }# NOT RUN {dp.list <- dpload(dp.directory = system.file("extdata", package = "densitr"))
## manually trim the listdp.trimmed <- trim_manually(dp.list)
# }