Produces an interactive plot illustrating a functional principal component analysis.
# S3 method for fpca
plot_shiny(obj, xlab = "", ylab = "", title = "", thin_data = FALSE, ...)
No object is returned. This function takes in objects of class 'fpca' and outputs a shiny application for that object.
fpca 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, Jeff Goldsmith jeff.goldsmith@columbia.edu
plot_shiny