plot_run_chart: Title

View source: R/plot_run_chart.R

plot_run_chartR Documentation

Title

Description

Title

Usage

plot_run_chart(
  data,
  title = "",
  mode1 = "lines",
  yname = "Positivity rate (%)",
  xname = NA,
  xlim = if (is.numeric(data$date)) {
     range(data$date) + c(-2, 2)
 } else {
    
    NULL
 },
  legend.y = -0.2,
  multiplier = 100,
  suffix = "",
  marker_size = ~N,
  marker_size_range = c(1, 100),
  sizemode = "area",
  point_name = "Observed %",
  hoverinfo = "text",
  ylab.position = 0,
  line_width = 2,
  limit_width = line_width,
  midline_width = 1,
  download_format = "svg",
  group = NULL
)

Arguments

suffix

Author(s)

Doug Ezra Morrison <demorrison@ucdavis.edu>


UCLA-PHP/shewhart.hybrid documentation built on Oct. 2, 2022, 8:48 p.m.