output: github_document

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

Boxplot labels

The goal of Test package is to assign labels to a boxplot for Median, Q1, Q3, Minimum and Maxiumum.

An example of it's functionality is given below.

library(test.package)
box_lbls(rnorm(1000), color = "pink")


sjbothwell/Test_Package documentation built on Sept. 4, 2020, 6:37 p.m.