knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

fancybox

The goal of fancybox is to provide more detailed versions of ggplot2-boxplots, such as a boxplot with top N observations. These visualizations may provide better understanding of the data and both between- and within-group differences

Installation

fancybox is not available on CRAN, however, you can install it from the Github using the following command:

devtools::install_github("mlaricheva/fancybox", ref = "0.1.0")

Example

The package allows you to use out-of-the-box functions with user-defined parameters instead of writing complicated dplyr flows:

library(fancybox)
top_n_boxplot(ToothGrowth, len, supp, 5) 


mlaricheva/fancybox documentation built on Dec. 21, 2021, 7:57 p.m.