powered by
Boxplot of variables with metadata's variable factors from the dataset.
boxplot_vars_factor(dataset, meta.var, variables = NULL, samples = NULL, horizontal = FALSE, nchar.label = 10, col = NULL, vec.par = NULL, cex.axis = 0.8, ylabs = NULL, ...)
list representing the dataset from a metabolomics experiment.
metadata's variable.
vector with the variables names or a NULL value indicating all variables.
vector with the samples names or a NULL value indicating all samples.
boolean value indicating if the boxplots should be horizontal.
number of characters to display the variables' names.
string that represents the color of the bodies of the boxplots.
vector with the disposition of the boxplots (rows, columns).
numeric value that indicates the amount by which the axis is magnified relative to the default.
y-axis labels.
additional parameters of boxplot function.
# NOT RUN { ## Example of showing the boxplot factors of a few variables data(cachexia) boxplot_vars_factor(cachexia, "Muscle.loss", variables = c("Creatine","Serine", "Lactate")) # }
Run the code above in your browser using DataLab