Learn R Programming

zoom (version 2.0.6)

session.zoom: Opening of an interactive zoom/navigate session.

Description

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.

Usage

session.zoom(...)

navigation.zoom(...)

Arguments

Everything that can be accepted by sq.zoom.

Value

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.

See Also

zm().

Examples

Run this code
# NOT RUN {
plot(rnorm(100),rnorm(100))
session.zoom()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab