Given a dataframe with the data from the CTD, create a bar plot of the categories.

plot_ctd(dat, group)

Arguments

dat

The CTD dataset. A dataframe.

group

The faceting variable. A string.

Value

A ggplot object.