knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(quick.boxplot)

This package creates boxplots from inputted datasets, as well as categorical (x) and continuous (y) variables in ggplot2.

For example:

quick_boxplot(datateachr::cancer_sample, diagnosis, perimeter_mean)

We hope this saves some time in the visualization of data.



mchester/assignment_b2 documentation built on Dec. 21, 2021, 3:58 p.m.