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 Feb. 12, 2025, 4:30 p.m.