MENU

Fun & Interesting

Understand annotate() to improve your plots | A ggplot2 Tutorial

R for the Rest of Us 2,965 2 years ago
Video Not Working? Fix It Now

LEARN MORE AT: https://rfortherestofus.com/2023/10/annotate-vs-geoms Annotations are a great way to improve your plots. In ggplot, you can create these annotations with the annotate() layer. But it can be very confusing why you would even need this extra layer instead of using a `geom_*()` layer. In this video, we show you what the difference is and how to create good annotations. #rprogramming #datavisualization #ggplot2 If you want to receive emails to help you on your R journey, sign up for the R for the Rest of Us newsletter: https://rfortherestofus.com/newsletter

Comment