chibi.sina: Creates a sina plot ussing ggplot2 using variables in a...

Description Usage Examples

View source: R/chibi.sina.R

Description

The sina plot can represent up to two variables in a single plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
chibi.sina(
  Map = Map,
  x_val = NULL,
  y_val = NULL,
  col_val = NULL,
  mpalette = NULL,
  facet_formula = NULL,
  df_stats = NULL,
  mean_var = NULL,
  ymin_var = NULL,
  ymax_var = NULL,
  show_points = TRUE,
  color_points = FALSE,
  color_bar = TRUE,
  bar_color = "#414141",
  points_color = "#414141",
  size_point = 10,
  alpha_point = 0.3,
  stroke_point = 0.5,
  size_bar = 2,
  width_bar = 0.2,
  size_axis_text.x = 20,
  size_axis_text.y = 20,
  size_axis_title.x = 30,
  size_axis_title.y = 30,
  size_legend_text = 20,
  size_title_text = 30,
  strip_text_size = 20,
  legend_proportion_size = 2,
  size_lines_panel = 0.3,
  size_panel_border = 1,
  font_family = "Arial"
)

Examples

1

isaisg/ohchibi documentation built on Nov. 27, 2021, 3:02 a.m.