johneusebio
7/31/2019 - 7:27 PM

ggplot2 APA theme

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)) +