Deeply Trivial
Thursday, April 30, 2020
Z is for Additional Axes
›
Here we are at the last post in Blogging A to Z! Today, I want to talk about adding additional axes to your ggplot, using the options for fi...
Wednesday, April 29, 2020
Y is for scale_y
›
Yesterday, I talked about scale_x. Today, I'll continue on that topic, focusing on the y-axis. The key to using any of the scale_ func...
Tuesday, April 28, 2020
X is for scale_x
›
These next two posts will deal with formatting scales in ggplot2 - x-axis, y-axis - so I'll try to limit the amount of overlap and repet...
Monday, April 27, 2020
W is for Write and Read Data - Fast
›
Once again, I'm dipping outside of the tidyverse, but this package and its functions have been really useful in getting data quickly in ...
Saturday, April 25, 2020
V is for Verbs
›
In this series, I've covered five terms for data manipulation: arrange filter mutate select summarise These are the verbs that m...
Friday, April 24, 2020
U is for Useful Trick
›
This will be a very short post for a line of code I've found unbelievably useful as I analyze data for work. I'm working with datase...
Thursday, April 23, 2020
T is for Themes
›
One of the easiest ways to make a beautiful ggplot is by using a theme. ggplot2 comes with a variety of pre-existing themes. I'll use th...
‹
›
Home
View web version