plot.boxplot: Plot Boxplot

View source: R/plotting.R

plot.boxplotR Documentation

Plot Boxplot

Description

Generate a blank boxplot

Usage

plot.boxplot(
  n = 10,
  ylim = c(0, 1),
  at = NULL,
  main = NULL,
  labels = NULL,
  ylab = "x",
  xlab = "y",
  ...
)

Arguments

n

The width of the x axis, i.e. n = 10 corresponds to xlim = c(1,10)

ylim

the y axis limit

at

Values to draw x-axis labels

main

The plot's main title

labels

The labels to use for the x-axis

ylab

The y axis label

xlab

The x axis label

...

Optional arguemnts passed to plot()

Author(s)

Thomas Bryce Kelly


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