scrub_plot | R Documentation |
"scrub"
plot sub-functionPlot outlyingness measure(s) with the corresponding threshold(s). Requires
the cowplot
and ggplot2
packages
scrub_plot(
meas,
cut = NULL,
flag_intersect = FALSE,
colors = NULL,
log_y = FALSE,
geom = "point",
ylim_min = 0,
ylim_max = max(meas$measure),
...
)
meas |
A |
cut |
A length |
flag_intersect |
Only flag timepoints at which all measures are outliers?
Default: |
colors |
A length |
log_y |
Use log scale for y-axis? Default: |
geom |
"point" (default) or "line" |
ylim_min, ylim_max |
The range of the y-axis. |
... |
Additional arguments to ggplot: main, sub, xlab, ... |
A ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.