boxPlot {fingerPro} | R Documentation |
Box and whiskers plot
Description
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.
Usage
boxPlot(data, columns = 1:ncol(data) - 2, ncol = 3)
Arguments
data |
Data frame containing source and mixtures data |
columns |
Numeric vector containing the index of the columns in the chart (the first column refers to the first variable) |
ncol |
Number of charts per row |
[Package fingerPro version 1.1 Index]