ggplot2 bar plot: plot distribution of x (no time resolution here) use this to make bar plots of a categorical indicator with >2 categories
bar_plot(f, plotTittle = "", plotsubTittle = "")
f | data frame f needs to contain a year column all other columns will become the names of data series that will be plotted together |
---|---|
plotTittle | plot title |
plotsubTittle | plot title |
if (FALSE) { }