boxPlot: Box and whiskers plot

Description Usage Arguments

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

1
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


fingerPro documentation built on May 2, 2019, 5:41 a.m.