boxplot.cdist: Boxplot a continuous distribution vector using base graphics

Description Usage Arguments

View source: R/pdist.R

Description

Boxplot a continuous distribution vector using base graphics

Usage

1
2
3
4
5
6
## S3 method for class 'cdist'
boxplot(x, whisker_quantiles = c(0.01, 0.99),
  box_quantiles = c(0.25, 0.75), mid_quantile = 0.5, ...)

## S3 method for class 'cdist'
plot(x, ...)

Arguments

x

A continuous distribution vector

whisker_quantiles

Quantiles for the ends of the whiskers

box_quantiles

Quantiles for the ends of the box

mid_quantile

Quantile for the middle marker

...

Passed to bxp


paleolimbot/carbon14 documentation built on May 25, 2019, 11:33 p.m.