View source: R/plot_shiny.fpca.R
plot_shiny.fpca | R Documentation |
Produces an interactive plot illustrating a functional principal component analysis.
## S3 method for class 'fpca' plot_shiny(obj, xlab = "", ylab = "", title = "", thin_data = FALSE, ...)
obj |
fpca object to be plotted. |
xlab |
x axis label |
ylab |
y axis label |
title |
plot title |
thin_data |
If TRUE data is thinned for each subject to make plotting faster. Defaults to FALSE. |
... |
additional arguments passed to plotting functions |
No object is returned. This function takes in objects of class 'fpca' and outputs a shiny application for that object.
Julia Wrobel julia.wrobel@cuanschutz.edu, Jeff Goldsmith jeff.goldsmith@columbia.edu
plot_shiny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.