Simple Shiny-based GUI to fix a posteriori common tracking errors, such as removing unwanted tracks, fixing swapped track IDs and reconnecting tracks.
trackFixer(...)
Arguments passed to runApp.
This function does not return anything. A file is saved if the save button is used in the app.
# Run trackFixer in an external window
if (FALSE) trackFixer()
# Run trackFixer classic inside RStudio
if (FALSE) trackFixer(launch.browser = rstudioapi::viewer)