boxPlot: Box and whiskers plot

View source: R/boxPlot.R

boxPlotR 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


eead-csic-eesa/fingerPro_model documentation built on July 6, 2023, 12:07 a.m.