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

...

Arguments passed to runApp.

Value

This function does not return anything. A file is saved if the save button is used in the app.

Author

Simon Garnier, garnier@njit.edu

Examples

# Run trackFixer in an external window
if (FALSE) trackFixer()

# Run trackFixer classic inside RStudio
if (FALSE) trackFixer(launch.browser = rstudioapi::viewer)