boxplot: Function to perform simple boxplot

Description Usage Arguments Examples

View source: R/boxplot.R

Description

Function to perform simple boxplot

Usage

1
2
3
4
5
6
7
8
9
boxplot(
  df,
  variable,
  ylablabel = " ",
  xlablabel = "",
  title = "",
  angle = 0,
  sizee = 12
)

Arguments

df

A data frame

variable

the variable that will form the x-axis

ylablabel

the y label of the plot

xlablabel

the x label of the plot

title

the title of the plot

angle

the of lables

sizee

the size of title

Examples

1
boxplot(df = diamonds, variable = price )

stevenndungu/quickr documentation built on May 6, 2020, 7:49 p.m.