R/visualize.R
plot.clever.Rd
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.
# S3 method for clever
plot(
x,
methods_to_plot = "one",
FD = NULL,
FD_cut = 0.5,
plot_title = NULL,
...
)
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. |
A ggplot