chibi.boxplot: Creates a boxplot ussing ggplot2 using variables in a...

Description Usage Examples

View source: R/chibi.boxplot.R

Description

The boxplot can represent up to three variables from the Map object

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
chibi.boxplot(
  Map = Map,
  x_val = NULL,
  y_val = NULL,
  col_val = NULL,
  shape_val = NULL,
  style = "mix",
  median_colored_as_points = FALSE,
  facet_formula = NULL,
  mpalette = NULL,
  color_boxplot = "#414141",
  median_color = "red",
  mypch_point = 21,
  size_point = 4,
  alpha_point = 0.5,
  stroke_point = 0.5,
  size_boxplot = 0.5,
  size_median = 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",
  dodge_width = 0.9,
  jitter_width = 0.05
)

Examples

1

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