Produces an interactive plot illustrating functional data before and after registration. Our registration method uses FPCA, the FPCA is plotted as well.
# S3 method for registration
plot_shiny(obj, xlab = "", ylab = "", title = "", thin_data = FALSE, ...)
No object is returned. This function takes in objects of class 'registration' and outputs a shiny application for that object.
registration object to be plotted.
x axis label
y axis label
plot title
If TRUE data is thinned for each subject to make plotting faster. Defaults to FALSE.
additional arguments passed to plotting functions
Julia Wrobel julia.wrobel@cuanschutz.edu
plot_shiny