svgPanZoom-shiny {svgPanZoom} | R Documentation |
Shiny bindings for svgPanZoom
Description
Shiny bindings for svgPanZoom
Usage
svgPanZoomOutput(outputId, width = "100%", height = "400px")
renderSvgPanZoom(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
must be a valid CSS unit (like "100 which will be coerced to a string and have "px" appended |
expr |
|
env |
|
quoted |
|
[Package svgPanZoom version 0.3.4 Index]