Hi! I'm not able to close the plot window if the plot is interactive. Here is an example:
require(MatchIt)
data("lalonde")
m.out <- matchit(treat ~ educ + black + hispan, data = lalonde)
plot(m.out, type = "jitter")
I'm using R 2.15.3 and RKWard 0.6.0 on KDE 4.4.5.
Regards,
Birk
Hi,
confirmed, thanks for reporting.
In the development version, I have added a workaround, which should allow you to break out in this case. It's not pretty, but gives you a way out of the lock-up.
Incidentally, I have just started working on an all-new approach to handling on-screen graphics, and I hope this will allow to deal with this problem (and many other things) in a more elegant way. Not for 0.6.1, though.
Regards
Thomas