R/visualize.R
clever_plot_indiv_panel.Rd
Plots one or several outlyingness measures of the same type.
clever_plot_indiv_panel(meas, cuts, name, robdist_info = NULL, ...)
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:
|
---|---|
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 |
name | The name of the type of outlyingness measure being plotted:
|
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, ... |
A ggplot