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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.