plot_shiny.lfpca {refund.shiny} | R Documentation |
Interactive Plotting for Longtiudinal Functional Data Analysis using FPCA
Description
Produces an interactive plot illustrating longitudinal functioanl data analysis (Park and Staicu, 2015).
Usage
## S3 method for class 'lfpca'
plot_shiny(obj, xlab = "", ylab = "", title = "", ...)
Arguments
obj |
lfpca object to be plotted. |
xlab |
x axis label |
ylab |
y axis label |
title |
plot title |
... |
additional arguments passed to plotting functions |
Author(s)
So Young Park spark13@ncsu.edu, Ana-Maria Staicu astaicu@ncsu.edu
References
Park, S.Y. and Staicu, A.M. (2015). Longitudinal functional data analysis. Stat 4 212-226.
See Also
plot_shiny
; fpca.lfda
in the refund package for estimation method.
[Package refund.shiny version 1.0 Index]