plot_shiny.registration: Interactive Plotting for Registration Objects

View source: R/plot_shiny.registration.R

plot_shiny.registrationR Documentation

Interactive Plotting for Registration Objects

Description

Produces an interactive plot illustrating functional data before and after registration. Our registration method uses FPCA, the FPCA is plotted as well.

Usage

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

Arguments

obj

registration 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

Value

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

Author(s)

Julia Wrobel julia.wrobel@cuanschutz.edu

See Also

plot_shiny


refunders/refund.shiny documentation built on Feb. 18, 2024, 8:43 a.m.