View source: R/tm_g_lineplot.R
template_g_lineplot | R Documentation |
Creates a valid expression to generate a ggplot2::ggplot()
line plot.
template_g_lineplot(
dataname = "ANL",
strata = lifecycle::deprecated(),
group_var = "ARM",
x = "AVISIT",
y = "AVAL",
y_unit = "AVALU",
paramcd = "PARAMCD",
param = "ALT",
mid = "mean",
interval = "mean_ci",
whiskers = c("mean_ci_lwr", "mean_ci_upr"),
table = c("n", "mean_sd", "median", "range"),
mid_type = "pl",
conf_level = 0.95,
incl_screen = TRUE,
mid_point_size = 2,
table_font_size = 4,
title = "Line Plot",
y_lab = "",
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
strata |
|
group_var |
( |
x |
( |
y |
( |
y_unit |
( |
paramcd |
( |
param |
( |
mid |
( |
interval |
( |
whiskers |
( |
table |
( |
mid_type |
( |
conf_level |
( |
incl_screen |
( |
mid_point_size |
( |
table_font_size |
( |
title |
( |
y_lab |
( |
ggplot2_args |
( For more details, see the vignette: |
a list
of expressions to generate a table or plot object.
tm_g_lineplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.