Customize Your Theme
This lesson is called Customize Your Theme, part of the R in 3 Months (Fall 2021) course. This lesson is called Customize Your Theme, part of the R in 3 Months (Fall 2021) course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Make your own theme by combining elements of the
theme()
function and/or themes from other packages (e.g.theme_ipsum()
)Add this theme to your plot, removing any code that is now redundant
Learn More
If you want to see a bunch of complete themes ready for your use, I've written a blog post that may be of interest to you. If you want to dive deep on creating custom themes, Andrew Heiss has some great materials here.
If you have trouble, as I do, remembering the various theme elements, this blog post from Henry Wang has a nice overview to help you.

Have any questions? Put them below and we will help you out!
Course Content
134 Lessons
You need to be signed-in to comment on this post. Login.
Catherine Roller White • May 15, 2021
This is great. What's the best way to store and retrieve code for your customized themes? Do you have some sort of generic .R file that you'd retrieve it from for each project?