Skip to content

Need suggestions for nice handling of MANY plots

1 message · Ben Bolker

#
I bet you could put something nice together with recordPlot() and
replayPlot() and readline(): essentially, construct a little looping shell
in R that reads input from the user, displaying the next plot (and
recording it) or moving back to a previous plot and replaying it, or
jumping to an arbitrary plot, or listing the available plots ... you can
keep the list of plots as a list of recordPlot() objects.