Learn R Programming

refund.shiny (version 1.0)

plot_shiny.fpca: Interactive Plotting for Functional Principal Component Analysis

Description

Produces an interactive plot illustrating a functional principal component analysis.

Usage

# S3 method for fpca
plot_shiny(obj, xlab = "", ylab = "", title = "", thin_data = FALSE, ...)

Value

No object is returned. This function takes in objects of class 'fpca' and outputs a shiny application for that object.

Arguments

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

Author

Julia Wrobel julia.wrobel@cuanschutz.edu, Jeff Goldsmith jeff.goldsmith@columbia.edu

See Also

plot_shiny