Could anyone please tell me a way to get mouse movement events? I am trying to make a zoomable time series plot
|
Here's a "zoomable time series plot" that's already written
Now, you can zoom by either using
or, you can use the
Now click somewhere on the chart, then click somewhere else on the chart to the right of where you clicked the first time, and it will zoom in using the places you clicked as the new start and end. You can use
|
||||
|
|
|
If you are using windows then you can use What might be preferable is to use the |
|||
|
|
locator()collects mouse click information – Andrie Aug 22 '12 at 20:29quantmod::zooom– GSee Aug 22 '12 at 20:31