Bubble chart functions for Shiny
bubblesOutput(outputId, width = "600px", height = "600px")renderBubbles(expr, env = parent.frame(), quoted = FALSE)
Shiny output ID for this bubble chart
Plot width/height. Must be a valid CSS unit (e.g. "100 "400px") or a number, which will be interpreted as pixels ("px").
An expression that generates a bubbles
widget.
The environment in which to evaluate expr
.
Is expr
a quoted expression (with quote()
)?