ggplot

Bar chart with confidence intervals

Publication-ready bar chart with {ggplot2} I haven’t posted anything useful in a while so I decided to make a post that will hopefully be super useful for folks that need to create barcharts. I’ve had to make many presentations in front of clients that wanted to see bar charts with confidence intervals so the code that I’m sharing isn’t something that I randomly threw together this weekend; I actually used the code several times to generate publication-ready bar charts.

Timeline Graph

Timeline graphs… extended! So, I was checking a few online forums and I found someone asking about replicating a timeline graph and I got super interested in doing so because sometimes clients may want to visualize milestones in a way that isn’t tabular. A few resources that I came across are from Ben Alex Keen’s Site and Stack Exchange for identifying preservation of dates using ifelse() and if() function and lastly Data Nova.