R/widget-canvas.R
at_canvas_fit.Rd
Zoom the canvas to a bounding box
at_canvas_fit(proxy, bbox = NULL, call = rlang::caller_env())
An atcanvas_proxy.
atcanvas_proxy
Optional c(xmin, ymin, xmax, ymax) in level-0 pixels; fits the whole image when NULL.
c(xmin, ymin, xmax, ymax)
NULL
The calling environment, for error reporting.
The proxy, invisibly.
Other shiny: atCanvasOutput(), at_annotate(), at_canvas(), at_canvas_proxy(), at_canvas_set_annotations(), at_canvas_set_band(), at_canvas_set_overlay(), at_canvas_set_tool(), at_tile_source(), renderAtCanvas()
atCanvasOutput()
at_annotate()
at_canvas()
at_canvas_proxy()
at_canvas_set_annotations()
at_canvas_set_band()
at_canvas_set_overlay()
at_canvas_set_tool()
at_tile_source()
renderAtCanvas()