Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

orderbox

Ordered boxplot for a data matrix


Description

Ordered boxplot for a data matrix

Usage

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

data(parkinson)

orderbox(parkinson)

imputeR

A General Multivariate Imputation Framework

v2.2
GPL-3
Authors
Steffen Moritz [aut, cre] (<https://orcid.org/0000-0002-0085-1804>), Lingbing Feng [aut], Gen Nowak [ctb], Alan. H. Welsh [ctb], Terry. J. O'Neill [ctb]
Initial release
2020-01-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.