September 2018
Beginner to intermediate
140 pages
2h 52m
English
In this section, we'll set our own theme for an individual (or global) plot. Let's begin by implementing the following steps:
mytheme <- theme(text = element_text(color="Blue"), axis.text = element_text(size=12),axis.title = element_text(size = rel(1.5)))
p2 <- p1+mytheme
(Click on ...
Read now
Unlock full access