knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.