Is there a magnifying glass function in r? I have a graph with a lot of info and was wondering if there is a way to expand the area around the mouse.
Here's a variety of half answers:
plot(1:10, xlim = c(3,5), ylim = c(4,6))
pdf()
.getGraphicsEvent()
. This may be platform dependent, but the code there outlines this to some extent.There are likely some new things in the works based on Qt and/or RGGobi that may be possible too.
There's also 'iplots extreme', aka 'Acinonyx', which is available from R-forge. Its still a bit experimental and may crash your R session though. Has zooming and linking facilities.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With