View source: R/ACutils_export.R
boxplot_from_matrix | R Documentation |
Given a (nxp)-matrix, it plots the boxplots of the columns.
boxplot_from_matrix( data, use_x11_device = TRUE, use_ggplot = TRUE, main = " ", x_label = " ", y_label = " " )
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. |
this function does not return anything
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.