autoplot_multisite_baseline | R Documentation |
An alternative approach to using this automatic function is to manually create a ggplot with the "geom_scatter_column()" function and "theme_chewr()".
autoplot_multisite_baseline(comparison, ...)
comparison |
str | Variable to be compared |
... |
list | List of standard ggplot arguments |
ggplot2 object
autoplot_multisite_baseline(data = redcap_data,
filter = "baseline",
y_aes = "pdff_liver_cirle_mean",
order = c("control", "obese", "intervention"),
plot_title = "Liver fat",
plot_subtitle = "Amount of fat in liver",
plot_xlab = "Groups",
plot_ylab = "% of liver fat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.