waffle: Composition Waffle Chart.

Description Usage Arguments Value Examples

View source: R/waffle.R

Description

waffle function will draw Waffle Chart for Composition analysis.

Usage

1
waffle(data, title = NULL, subtitle = NULL, caption = NULL)

Arguments

data

input data.frame

title

input data.frame

subtitle

date variable

caption

date variable

Value

An object of class ggplot

Examples

1
2
plot<- waffle(data=mpg$class,title = "Title",caption="caption")
plot

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