gg_pie_table: gg_pie_table

View source: R/Visualizations_tables.R

gg_pie_tableR Documentation

gg_pie_table

Description

This function creates a pie chart with labels and frequency values using ggplot2.

Usage

gg_pie_table(TBL = NULL, cols = col_vector, legend.position = "none")

Arguments

TBL

A table or data frame containing the data for the pie chart.

cols

A vector of colors to be used for filling the pie slices.

legend.position

The position of the legend in the plot.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.