Learn R Programming

pcutils (version 0.2.8)

tax_pie: Pie plot

Description

Pie plot

Usage

tax_pie(otutab, topN = 6, ...)

Value

a ggplot

Arguments

otutab

otutab

topN

topN

...

add

Examples

Run this code
# \donttest{
data(otutab)
tax_pie(otutab, topN = 7) + scale_fill_pc()
# }

Run the code above in your browser using DataLab