boxPlotStats: Compute Statistcs for a Box Plot

View source: R/boxPlotStats.R

boxPlotStatsR Documentation

Compute Statistcs for a Box Plot

Description

Computes the statistics for truncated, simple, Tukey, or extended box plots (support function for boxPlot).

Usage

boxPlotStats(x, Box, yaxis.log)

Arguments

x

a list containing the data to compute the statistics.

Box

control parameters for the box as set by the user and verified by boxPlot.

yaxis.log

logical, if TRUE, then log transform data before computing the statistics.

Value

a list containing the statistics for each box plot.

See Also

boxPlot


USGS-R/smwrGraphs documentation built on Oct. 11, 2022, 6:11 a.m.