template_g_ci | R Documentation |
Creates a valid expression to generate a ggplot2::ggplot()
confidence interval plot.
template_g_ci(
dataname,
x_var,
y_var,
grp_var = NULL,
stat = c("mean", "median"),
conf_level = 0.95,
unit_var = "AVALU",
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
x_var |
( |
y_var |
( |
grp_var |
( |
stat |
( |
conf_level |
( |
unit_var |
( |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
tm_g_ci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.