powered by
Boxplot of each variable of the dataset.
boxplot_variables(dataset, variables = NULL, samples = NULL, horizontal = TRUE, col = "lightblue", nchar.label = 10, cex.axis = 0.8, ...)
list representing the dataset from a metabolomics experiment.
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.
string that represents the color of the bodies of the boxplots.
number of characters to display the variables' names.
numeric value that indicates the amount by which the axis is magnified relative to the default.
additional parameters of boxplot function.
# NOT RUN { ## Example of showing the boxplot of a few variables library(specmine.datasets) data(cachexia) boxplot_variables(cachexia, variables = c("Creatine","Serine","Lactate")) # }
Run the code above in your browser using DataLab