Skip to contents

Detailing of a box plot, showing the main information contained in this type of graph

Usage

showboxplot(horizontal = FALSE, col = rgb(0, 175, 239, maxColorValue = 255))

Arguments

horizontal

Logical argument indicating if the boxplots should be horizontal; default FALSE means vertical boxes.

col

Character vector. Default col = rgb(0, 175, 239, maxColorValue = 255).

Examples

library(leem)
# Example 1
showboxplot()