Pie plots of functional groups for data

pr_plot_PieFG(df)

Arguments

df

data frame binned to functional group e.g. planktonr::pr_get_FuncGroups("NRS", "Z")

Value

pie plot of functional groups

Examples

df <- pr_get_FuncGroups("CPR", "P")
plot <- pr_plot_PieFG(df)