Scatterplot with x as truth and y as estiamte
1 | scatter_mrp(x, y, ggtemplate = gg0, data = mrp_df, null = global_mean)
|
x |
the xaxis variable (no quotes) |
y |
the yaxis variable (no quotes) |
ggtemplate |
an empty ggplot object with formatting layout |
data |
a dataframe which includes columns x and y |
null |
the global mean a null benchmark |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.