0

Using gglocator() like that defaults to one click.

Is it possible to use ggloactor such that it deals with the dynamic number of clicks? i.e. User should be free to click as many number of times he wants.

?

Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
  • 1
    How is the system supposed to break out of waiting for the next click? – IRTFM Sep 14 '12 at 18:22
  • @DWin I understand that, but is there some other solution? Some other API for the same? – Aquarius_Girl Sep 14 '12 at 18:28
  • The code is available. You can rewrite it with a repeat-until loop that checks to see of the click is outside the plot area. – IRTFM Sep 14 '12 at 19:10
  • @DWin Can you point me to the code link, please? – Aquarius_Girl Sep 15 '12 at 03:16
  • 1
    In R most of the time all you need to do to see the code is type the unquoted name of the function at the console. If that doesn't work then just put the unquoted named inside `getAnywhere()`. This _should_ have been part of the "Introduction to R". You might want to run through your introductory materials again. – IRTFM Sep 15 '12 at 04:00
  • @DWin Thanks DWin, I'll look into the code the way you have said. – Aquarius_Girl Sep 15 '12 at 04:09

0 Answers0