exploding_boxplot-shiny: Shiny bindings for exploding_boxplot

Description Usage Arguments

Description

Output and render functions for using exploding_boxplot within Shiny applications and interactive Rmd documents.

Usage

1
2
3
exploding_boxplotOutput(outputId, width = "100%", height = "400px")

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

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit (like \code'100%', \code'400px', \code'auto') or a number, which will be coerced to a string and have \code'px' appended.

expr

An expression that generates a exploding_boxplot

env

The environment in which to evaluate \codeexpr.

quoted

Is \codeexpr a quoted expression (with \codequote())? This is useful if you want to save an expression in a variable.


timelyportfolio/explodingboxplotR documentation built on May 31, 2019, 1:49 p.m.