overlap.p: Plot convert_rate and auto_rate summary tables

View source: R/util_plots.R

overlap.pR Documentation

Plot convert_rate and auto_rate summary tables

Description

Plots convert_rate and auto_rate summary table regressions in a way that visualises how they are positioned within the data timeseries.

Usage

overlap.p(
  x,
  highlight = NULL,
  pos = NULL,
  legend = TRUE,
  quiet = FALSE,
  msg = "overlap.p",
  ...
)

Arguments

x

convert_rate, convert_rate_select, or auto_rate object

highlight

integer. Which result in the summary table to highlight on the plots. Defaults to 1. If it is outside the range of the summary rows it will default to 1.

pos

integer(s). Choose which summary table rows to plot.

legend

logical. Suppress plot legends.

quiet

logical. Suppress console output.

msg

string. For adding custom text to start of messages.

...

Allows additional plotting controls to be passed.

Value

A plot of the auto_rate object results


januarharianto/respR documentation built on April 20, 2024, 4:34 p.m.