View source: R/get.color.boxplot.R
This function makes life simple by automatically generating colorful boxplots.
| 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")
)
 | 
| input.data | a data frame for data | 
| melted | |
| xlab | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.