dotbox: Distribution Dot + Box Plot.

Description Usage Arguments Value Examples

View source: R/dotbox.R

Description

dotbox function will draw Dot + Box Plot for Distribution analysis.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
dotbox(
  data,
  x,
  y,
  title = NULL,
  subtitle = NULL,
  xtitle = NULL,
  ytitle = NULL,
  caption = NULL
)

Arguments

data

input data.frame

x

x variable

y

y variable

title

input data.frame

subtitle

date variable

xtitle

value variable

ytitle

input data.frame

caption

date variable

Value

An object of class ggplot

Examples

1
2
plot<- dotbox(data=mpg,x="manufacturer",y="cty")
plot

HeeseokMoon/ggedachart documentation built on Dec. 31, 2020, 12:59 p.m.