detour-shiny {detourr} | R Documentation |
Shiny bindings for detourr
Description
Output and render functions for using detourr with shiny. The output function used must match both the display method and tour dim used, or it will lead to strange behavour.
Usage
displayScatter3dOutput(output_id, width = "100%", height = "400px")
displayScatter2dOutput(output_id, width = "100%", height = "400px")
shinyRenderDisplayScatter2d(expr, env = parent.frame(), quoted = FALSE)
shinyRenderDisplayScatter3d(expr, env = parent.frame(), quoted = FALSE)
Arguments
output_id |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
an expression that generates a detourr widget |
env |
The environment in which to evaluate |
quoted |
Is |
Value
An output or render function that enables the use of the widget within shiny applications
[Package detourr version 0.1.0 Index]