mf.boxplot: Make many boxplots from tidy ordering sheet

Description Usage Arguments

View source: R/boxplots_ordering.R

Description

Make many boxplots from tidy ordering sheet

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
mf.boxplot(
  data,
  ggdata = NULL,
  output.plot = TRUE,
  var.x,
  var.y,
  scale.var.y = "not_scale",
  var.caption = "",
  ax.lab.x = "X",
  ax.lab.y = "Y",
  coord_fixed = TRUE,
  facet_grid.scale = "free_x",
  size = 0.5,
  var.col = NA,
  plot.col = "black",
  list.args.scale_color_discrete = list(NULL),
  plot.alpha = 1,
  plot.y_intcpt.alpha = 0,
  plot.y_intcpt = 1,
  box.col = "gray",
  beeswarm = FALSE,
  width.box = NA,
  theme.input = theme_bw(),
  str,
  str.x = NULL,
  str.y = NULL,
  dn.surfix,
  .dir.output = dir.output
)

Arguments

data

<object; input> A data frame with variables (ind, var.x, var.y, trans.y, trans.x, var.col, str, dn.surfix)

output.plot

<logical>

var.x

<character; proccessing>

var.y

<character; proccessing>

scale.var.y

<character; proccessing>

size

<numeric; proccessing>

var.col

<character; proccessing>

plot.col

<character; proccessing>

box.col

<character; proccessing>

theme.input

ggplot2::theme-class object

str

<character; proccessing>

dn.surfix

<character; output>


mrmtshmp/ExploratoryDataAnalysis documentation built on Oct. 6, 2020, 8 a.m.