session.zoom | R Documentation |
To launch an interactive session you should use zm() but if you are sure of your device you can launch directly one of these functions.
session.zoom(...) navigation.zoom(...)
... |
Everything that can be accepted by sq.zoom. |
session.zoom launch an interactive console menu to navigate a plot.
navigation.zoom allows to interactively navigate a plot with the mouse.
Returns the final plot, as saved by recordPlot().
Corentin M. Barbu, Sebastian Gibb
zm().
## Not run: plot(rnorm(100),rnorm(100)) session.zoom() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.