make_barchart_simple_call | R Documentation |
ggplot2
call to generate simple bar chartggplot2
call to generate simple bar chart
make_barchart_simple_call(
y_name,
x_name = NULL,
fill_name = NULL,
x_facet_name = NULL,
y_facet_name = NULL,
label_bars = TRUE,
barlayout = c("side_by_side", "stacked"),
flip_axis = FALSE,
rotate_bar_labels = FALSE,
rotate_x_label = FALSE,
rotate_y_label = FALSE,
expand_y_range = 0,
facet_scales = "free_x",
ggplot2_args = teal.widgets::ggplot2_args()
)
y_name |
( |
x_name |
( |
fill_name |
( |
x_facet_name |
( |
y_facet_name |
( |
label_bars |
( |
barlayout |
( |
flip_axis |
( |
rotate_bar_labels |
( |
rotate_x_label |
( |
rotate_y_label |
( |
expand_y_range |
( |
facet_scales |
( |
ggplot2_args |
( |
call
to produce a ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.