I would like to change the theme that ggplot uses, but I am having difficulty understanding the theme_update() documentation and examples.
theme_update()
I don't know why this works, but it does. Just insert the line theme_set(newtheme) before you call align.plots.
theme_set(newtheme)