Re: [R] problems using identify() after plot()

2014-02-06 Thread Greg Snow
The problem, as you mention, is that once you create the second plot, the information from the 1st plot is lost. One option is to create the first plot, then convert all the points used to create the first plot into device coordinates rather than user coordinates (using grconvertX and grconvertY).

[R] problems using identify() after plot()

2014-02-06 Thread Lukas Casier
Hi, I am using a plotting window, splitting it into two and using the identify function on the plot in the first column to determine which plot in the second column should be drawn. The first time, this works fine. However, the second time (when I want to refresh the second plot based on the outpu