create_boxplots: Create Histogram and Box Plot

Description Usage Arguments Value References Examples

Description

Create Histogram and Box Plot

Usage

1
create_boxplots(n = 1000, s1 = 2, s2 = 5)

Arguments

n

sample size for box plots

s1, s2

non-negative parameters of the Beta distribution

Value

histrogram, summary statistics of data, and box plot

References

Krzywinski, Martin, and Naomi Altman. "Points of significance: Visualizing samples with box plots." Nature Methods 11.2 (2014): 119-120.

Examples

1
2
3
create_boxplots()
create_boxplots(n = 100)
create_boxplots(n = 100, s1 = 5, s2 = 2)

erictleung/poofsi documentation built on May 16, 2019, 8:41 a.m.