ggplot2 APA theme
theme_minimal()+ theme(axis.line = element_line(colour = "black")) + theme(panel.grid = element_blank()) + theme(legend.title = element_blank()) + theme(plot.title = element_text(hjust=0.5)) +