chibi.pco: Plots results from oh.pco

Description Usage Examples

View source: R/chibi.pco.R

Description

Uses the variables in the metadata (Map) to color or shape the ggplot based graph.

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
chibi.pco(
  list_ohpco = NULL,
  col_val = NULL,
  shape_val = NULL,
  comp_a = "PCo1",
  comp_b = "PCo2",
  mypch = 21,
  size = 25,
  alpha = 1,
  stroke = 1.5,
  col_shape_background = "white",
  alpha_shape_background = 0,
  lines_zero = TRUE,
  size_axis_line = 0.5,
  type_axis_line = "longdash",
  ratio_size_shape_background = 1.3,
  y_vjust = 0.5,
  x_hjust = 0.5,
  size_axis_text = 20,
  size_axis_title = 30,
  size_legend_text = 20,
  size_title_text = 30,
  legend_proportion_size = 2,
  size_lines_panel = 0,
  size_panel_border = 1,
  font_family = "Arial"
)

Examples

1

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