bubblesOutput: Bubble chart functions for Shiny

Description Usage Arguments

Description

Bubble chart functions for Shiny

Usage

1
2
3
bubblesOutput(outputId, width = "600px", height = "600px")

renderBubbles(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

Shiny output ID for this bubble chart

width,height

Plot width/height. Must be a valid CSS unit (e.g. "100 "400px") or a number, which will be interpreted as pixels ("px").

expr

An expression that generates a bubbles widget.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())?


jcheng5/bubbles documentation built on May 18, 2019, 10:21 p.m.