scatterPlotMatrix-shiny {scatterPlotMatrix} | R Documentation |
Shiny bindings for scatterPlotMatrix
Description
Output and render functions for using scatterPlotMatrix within Shiny applications and interactive Rmd documents.
Usage
scatterPlotMatrixOutput(outputId, width = "100%", height = "600px")
renderScatterPlotMatrix(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a scatterPlotMatrix |
env |
The environment in which to evaluate |
quoted |
Is |
[Package scatterPlotMatrix version 0.3.0 Index]