This is useful. I feel that the "next level" for ggplot would be to have a *bidirectional* interaction between the code and the plot. For example, we should be able to move the text annotation around in the plot (using the mouse), and that should update the coordinates in the code.
This presentation brings together the best books on tidy & ggplot (e.g., ggplot, r graphics textbook) in a clear manner. This presentation demystified for me the difference between geom_ and annotate_.
How would I write sub/ superscripts in the annotate function? For example: I want to include an annotation with an equation an R^2 value. I've tried the up arrow but it just shows in the text?
Great video , thanks
i appreciate these videos. thank u!
This is useful.
I feel that the "next level" for ggplot would be to have a *bidirectional* interaction between the code and the plot. For example, we should be able to move the text annotation around in the plot (using the mouse), and that should update the coordinates in the code.
What an excellent presentation. Thank you a lot.
Glad that you like it 😊
This presentation brings together the best books on tidy & ggplot (e.g., ggplot, r graphics textbook) in a clear manner. This presentation demystified for me the difference between geom_ and annotate_.
Thank you, Alberto! I have been wondering about the difference myself for some time. So I'm happy that my explanation was able to help you.
Thank you such a great demo.
You are very welcome! 😊
How would I write sub/ superscripts in the annotate function? For example: I want to include an annotation with an equation an R^2 value. I've tried the up arrow but it just shows in the text?
I think you need to use the {ggtext} package to make this work. Let me know if that helps!
Great stuff! However, the URL in the description is not working (or, it is returning a 'Page Not Found').
The URL should work now. Sorry for the confusion :)
That is brilliant, thanks :)
Instead of using annotation you could probably set the data argument in each specific Geom to what you need ..