clever_plot_indiv_panel: Plots one or several outlyingness measures of the same type.

Description Usage Arguments Value

View source: R/visualize.R

Description

Plots one or several outlyingness measures of the same type.

Usage

1
clever_plot_indiv_panel(meas, cuts, name, robdist_info = NULL, ...)

Arguments

meas

A T_ x m data.frame with each column being the time-course for a scrubbing method. Column names should identify the method as one of the following: PCA_var__leverage, PCA_kurt__leverage, PCATF__leverage, PCA_var__robdist, PCA_kurt__robdist, DVARS_DPD, DVARS_ZD, or FD.

cuts

A 1 x m data.frame with each column being the cutoff for a scrubbing method. Column names should be the same as those provided for meas.

name

The name of the type of outlyingness measure being plotted: Leverage, RobDist, FD, DVARS.

robdist_info

A list containing information related to the robust distance measure: inMCD, outMCD_scale, and Fparam. Not required if robust distance-based measures are not being plottted.

...

Additional arguments to ggplot: main, sub, xlab, ...

Value

A ggplot


muschellij2/clever documentation built on Sept. 26, 2020, 3:54 p.m.