boxplot_from_matrix: Plot boxplot from matrix

View source: R/ACutils_export.R

boxplot_from_matrixR Documentation

Plot boxplot from matrix

Description

Given a (nxp)-matrix, it plots the boxplots of the columns.

Usage

boxplot_from_matrix(
  data,
  use_x11_device = TRUE,
  use_ggplot = TRUE,
  main = " ",
  x_label = " ",
  y_label = " "
)

Arguments

data

an (nxp)-matrix.

use_x11_device

boolean, if x11() device has to be activated or not.

use_ggplot

if boxplots should be done using ggplot or not.

main

the title of the plot.

x_label

the name of the x-axis in the plot.

y_label

the name of the y-axis in the plot.

Value

this function does not return anything


alessandrocolombi/ACutils documentation built on March 3, 2023, 4:06 a.m.