plot_n: Plots the sample size across a given variable.

Description Usage

Description

Plots the sample size across a given variable.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
plot_n(df, by_var, n_var = "N", sort_by = "avg", sort_asc = FALSE,
  x_label = NULL, incl_x_axis = FALSE, incl_y_labels = FALSE,
  dot_shape = "square", dot_size = 15, dot_stroke = 0.1,
  dot_outline = grey90K, low_colour = grey10K, high_colour = grey70K,
  label_size = 4, file_name = NULL, width = 10, height = 6,
  saveBoth = FALSE, font_normal = "Lato", font_semi = "Lato",
  font_light = "Lato Light", panel_spacing = 1, font_axis_label = 12,
  font_axis_title = font_axis_label * 1.15, font_facet = font_axis_label *
  1.15, font_legend_title = font_axis_label,
  font_legend_label = font_axis_label * 0.8, font_subtitle = font_axis_label
  * 1.2, font_title = font_axis_label * 1.3, legend.position = "none",
  legend.direction = "horizontal", grey_background = FALSE,
  background_colour = grey10K, projector = FALSE)

flaneuse/llamar documentation built on May 16, 2019, 1:18 p.m.