orderbox: Ordered boxplot for a data matrix

Description Usage Arguments Value Examples

View source: R/funs.R

Description

Ordered boxplot for a data matrix

Usage

1
2
3
orderbox(x, names = c("method", "MCE"), order.by = mean,
  decreasing = TRUE, notch = TRUE, col = "bisque", mar = c(7, 4.1,
  4.1, 2), ...)

Arguments

x

a matrix

names

a length two character vector, default is c("method, "MCE")

order.by

which statistics to order by, default is mean

decreasing

default is TRUE, the boxplot will be arranged in a decreasing order

notch

logical, default is TRUE

col

color for the boxplots, default is "bisque".

mar

the margin for the plot, adjust it to your need.

...

some other arguments that can be passed to the boxplot function

Value

a boxplot

Examples

1
2
3

imputeR documentation built on Jan. 21, 2020, 1:06 a.m.