View source: R/plot_run_chart.R
plot_run_chart | R Documentation |
Title
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 )
suffix |
Doug Ezra Morrison <demorrison@ucdavis.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.