Provides a modified boxplot with a new fence coefficient determined by Lin et al. (2025). The traditional fence coefficient k=1.5 in Tukey's boxplot is replaced by a coefficient based on Chauvenet's criterion, as described in their formula (9). The new boxplot can be implemented in 'base R' with function chau_boxplot(), and in 'ggplot2' with function geom_chau_boxplot().
| Version: | 1.0.0 | 
| Depends: | R (≥ 4.0.0) | 
| Imports: | ggplot2, stats | 
| Suggests: | testthat (≥ 3.0.0) | 
| Published: | 2025-05-21 | 
| DOI: | 10.32614/CRAN.package.ChauBoxplot | 
| Author: | Hongmei Lin [aut], Riquan Zhang [aut], Tiejun Tong [aut, cre] | 
| Maintainer: | Tiejun Tong <tongt at hkbu.edu.hk> | 
| License: | GPL-3 | 
| URL: | https://tiejuntong.github.io/ChauBoxplot/ | 
| NeedsCompilation: | no | 
| Materials: | README | 
| CRAN checks: | ChauBoxplot results | 
| Reference manual: | ChauBoxplot.html , ChauBoxplot.pdf | 
| Package source: | ChauBoxplot_1.0.0.tar.gz | 
| Windows binaries: | r-devel: ChauBoxplot_1.0.0.zip, r-release: ChauBoxplot_1.0.0.zip, r-oldrel: ChauBoxplot_1.0.0.zip | 
| macOS binaries: | r-release (arm64): ChauBoxplot_1.0.0.tgz, r-oldrel (arm64): ChauBoxplot_1.0.0.tgz, r-release (x86_64): ChauBoxplot_1.0.0.tgz, r-oldrel (x86_64): ChauBoxplot_1.0.0.tgz | 
Please use the canonical form https://CRAN.R-project.org/package=ChauBoxplot to link to this page.