navigation.zoom function

Opening of an interactive zoom/navigate session.

Opening of an interactive zoom/navigate session.

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(...)

Arguments

  • ...: Everything that can be accepted by sq.zoom.

Returns

Returns the final plot, as saved by recordPlot().

Details

session.zoom launch an interactive console menu to navigate a plot.

navigation.zoom allows to interactively navigate a plot with the mouse.

Examples

## Not run: plot(rnorm(100),rnorm(100)) session.zoom() ## End(Not run)

See Also

zm().

Author(s)

Corentin M. Barbu, Sebastian Gibb