Shiny bindings for svgPanZoom
svgPanZoomOutput(outputId, width = "100%", height = "400px")renderSvgPanZoom(expr, env = parent.frame(), quoted = FALSE)
output variable to read from
must be a valid CSS unit (like "100 which will be coerced to a string and have "px" appended
expression that generates a svgPanZoom htmlwidget
environment in which to evaluate expr
logical is expr a quoted expression (with quote())?
This is useful if you want to save an expression in a variable.