cat_plot | R Documentation |
Option to include original data. Currently needs columns q01
, q05
, q25
,
q50
, q75
, q95
and q99
in df
.
cat_plot(
df,
orig_data = NULL,
y = "prop",
x = "year",
facet_col = "LSA",
y_name = "reporting rate",
likelihood_col = "pos_raw"
)
df |
Dataframe with |
orig_data |
Dataframe with original data |
x, y |
Chracter name of columns in |
facet_col |
Character name of column in |
y_name |
Character. Name to give to |
likelihood_col |
Character name of column in |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.