add.boxplot.box: Add Boxplot Box

View source: R/plotting.R

add.boxplot.boxR Documentation

Add Boxplot Box

Description

Add a box to a boxplot that was initialized by plot.boxplot.

Usage

add.boxplot.box(
  x,
  y,
  side = 1,
  col = "#33333330",
  border.col = "black",
  line.col = "black",
  point.col = "black",
  width = 0.7,
  lty = 1,
  lwd = 1,
  xlwd = NULL,
  outliers = T,
  pch = 1,
  cex = 1
)

Arguments

x

The x locations for the boxs

y

The y values that will be plotted.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.