base function to build build up graphs element by element
1 2 3 4 5 6 7 8 9 | dataplot(data_frame, x_var, y_var, element_function, main_title = NULL,
bar_width = NULL, x_title = ggplot2::waiver(), x_ticks = TRUE,
y_title = ggplot2::waiver(), x_limits = NULL, y_limits = NULL,
x_breaks = ggplot2::waiver(), y_breaks = ggplot2::waiver(),
y_facet = FALSE, label_vars = FALSE, percentage = FALSE,
colour_vars = NULL, fill_vars = NULL, colour_palette = NULL,
fill_palette = NULL, pos = "dodge", barplot_alpha = 1,
colour_title = FALSE, fill_title = FALSE,
legend_labels = ggplot2::waiver(), legend_rev = FALSE, flip = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.