shinyModuleZoomingServer | R Documentation |
The server logical for shiny module Zooming.
shinyModuleZoomingServer(
id = "m1",
default = list(),
brushed_area = NULL,
dims = NULL,
persp = "ccs",
trigger_zoom_out = NULL,
...
)
shinyModuleZoomingUI(id = "m1")
id |
Character value. ID of the module. |
brushed_area |
Reactive expression which, if called with |
dims |
Image dimensions of the original, complete image during zooming. |
... |
Used to absorb deprecated arguments or functions. |
object |
An object for which a method for |
A reactive expression which, if called with <reactiveExpression>()
returns a list of three slots:
x: Numeric vector of length two corresponding to the xrange of the zoom.
y: Numeric vector of length two corresponging to the yrange of the zoom.
dims: Numeric vector of length two. The dimensions of the image that was zoomed in on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.