The boxplot compactly shows the distribution of a continuous variable. It displays five summary statistics (the median, two hinges and two whiskers), and all "outlying" points individually.
boxPlot(data, columns = 1:ncol(data) - 2, ncol = 3)
Data frame containing source and mixtures data
Numeric vector containing the index of the columns in the chart (the first column refers to the first variable)
Number of charts per row