plot.clever: Plots the outlyingness measures from a clever result. Can...

Description Usage Arguments Value

View source: R/visualize.R

Description

Plots the outlyingness measures from a clever result. Can support multiple panels of different outlyingness measures, but by default, it will plot only the first method.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'clever'
plot(
  x,
  methods_to_plot = "one",
  FD = NULL,
  FD_cut = 0.5,
  plot_title = NULL,
  ...
)

Arguments

x

The clever object.

methods_to_plot

Either: "one" to plot only the first method; "all" to plot all the methods that were computed; or, a character vector of desired methods. Default is "one".

FD

(Optional) A length T_ vector of FD values, in mm. If provided, the FD time series plot will be added.

FD_cut

(Optional) The outlier cutoff for FD. Default is 0.5 mm.

plot_title

(Optional) If provided, will add a title to the plot.

...

Additional arguments to the individual plots in each panel.

Value

A ggplot


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