get.color.boxplot: Get Colorful Boxplots Function

Description Usage Arguments

View source: R/get.color.boxplot.R

Description

This function makes life simple by automatically generating colorful boxplots.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
get.color.boxplot(
  input.data,
  melted = F,
  xlab = "",
  ylab = "",
  fill.color = F,
  range.y = NULL,
  range.x = NULL,
  reverse.x = T,
  reverse.y = T,
  sort.x = F,
  detailed.y.ticks = F,
  y.tick.div = 1,
  text.size = 20,
  facet = F,
  width.size = 10,
  height.size = 7.5,
  file.name = "plot-output",
  color.pallete = c("#f1a340", "#f7f7f7", "#998ec3")
)

Arguments

input.data

a data frame for data

melted
xlab

jirayusjiar/Jmisc documentation built on Feb. 23, 2020, 3:14 p.m.