I use ggplot2 to plot my graphs. I want to use the graphs to create a keynote presentation.
During my presentation, I want to introduce different elements of the plot sequentially. First, the points corresponding to the condition A, then the points corresponding to condition B and then some curves for example.
I thought that maybe I could create the whole plot and export it in a way that I could manipulate single elements in keynote (like deleting the points of one condition). Thanks to people from stackoverflow, I was able to do that: R, export a file to keynote
But I found that it is very difficult to select individual elements in keynote. So, I wonder which is there is some more efficient way.