in.zoom function

Direct access to zoom functionalities.

Direct access to zoom functionalities.

Direct selection of a zoom method of the "session" type. Possibly of use in scripts?

in.zoom(...) move.to.click.zoom(...) inout.zoom(...) out.zoom(...) set.zoom(...) sq.zoom(...)

Arguments

  • ...: Extra arguments to zoomplot.zoom.

Note

Each function starts a different interactive sequence

  • inout.zoom():left click within bounds zooms in, outside bounds zoom out
  • move.to.click.zoom():center plot arround left click
  • in.zoom():each left click zooms in
  • out.zoom():each left click zooms out
  • set.zoom():ask for a magnification factor
  • sq.zoom():allow to click on the two corners of the desired region to zoom on

See Also

zm(), session.zoom().

Author(s)

Corentin M. Barbu