dataplot: base function to build build up graphs element by element

Description Usage

View source: R/dataplot.R

Description

base function to build build up graphs element by element

Usage

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)

aotearoastats/dataplotr documentation built on May 14, 2019, 10:37 a.m.