showboxplot: Undertanding a box plot

View source: R/showboxplot.R

showboxplotR Documentation

Undertanding a box plot

Description

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()


leem documentation built on April 3, 2025, 6:04 p.m.

Related to showboxplot in leem...