Graphics Reference
In-Depth Information
# theme() has no effect if before adding a complete theme
p + theme(axis.title.x = element_text(colour = "red" )) + theme_bw()
# theme() works if after a compete theme
p + theme_bw() + theme(axis.title.x = element_text(colour = "red" , size = 12 ))
Many of the commonly used theme properties are shown in Table 9-3 .
Search WWH ::




Custom Search