pie: Composition Pie Chart.

Description Usage Arguments Value Examples

View source: R/pie.R

Description

pie function will draw Pie Chart for Composition analysis.

Usage

1
pie(data, title = NULL, caption = NULL)

Arguments

data

input data.frame

title

input data.frame

caption

date variable

Value

An object of class ggplot

Examples

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

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