powered by
Ordered boxplot for a data matrix
orderbox(x, names = c("method", "MCE"), order.by = mean, decreasing = TRUE, notch = TRUE, col = "bisque", mar = c(7, 4.1, 4.1, 2), ...)
a matrix
a length two character vector, default is c("method, "MCE")
which statistics to order by, default is mean
default is TRUE, the boxplot will be arranged in a decreasing order
logical, default is TRUE
color for the boxplots, default is "bisque".
the margin for the plot, adjust it to your need.
some other arguments that can be passed to the boxplot function
a boxplot
# NOT RUN { data(parkinson) # } # NOT RUN { orderbox(parkinson) # }
Run the code above in your browser using DataLab