make_piechart: Make a pie chart

View source: R/make_piechart.R

make_piechartR Documentation

Make a pie chart

Description

Make a pie chart with labels of counts

Usage

make_piechart(tab, Count = "Count", Category = "Category", title = NULL)

Arguments

tab

a table of counts and category

Count

column name of counts in tab

Category

column name of categories in tab

title

title of the chart

Value

ggplot2 object.


jdreyf/jdcbioinfo documentation built on April 15, 2024, 6:37 p.m.