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.
@zeffdronin64229 ай бұрын
i appreciate these videos. thank u!
@AlbertoFCabreraCasillas Жыл бұрын
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_.
@rfortherestofus Жыл бұрын
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.
@muhammedhadedy4570 Жыл бұрын
What an excellent presentation. Thank you a lot.
@rfortherestofus Жыл бұрын
Glad that you like it 😊
@dasrotrad Жыл бұрын
Thank you such a great demo.
@rfortherestofus Жыл бұрын
You are very welcome! 😊
@SebastianExtreme479 ай бұрын
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?
@rfortherestofus9 ай бұрын
I think you need to use the {ggtext} package to make this work. Let me know if that helps!
@erikgahnerlarsen Жыл бұрын
Great stuff! However, the URL in the description is not working (or, it is returning a 'Page Not Found').
@rfortherestofus Жыл бұрын
The URL should work now. Sorry for the confusion :)
@erikgahnerlarsen Жыл бұрын
That is brilliant, thanks :)
@djangoworldwide792510 ай бұрын
Instead of using annotation you could probably set the data argument in each specific Geom to what you need ..