detour-shiny {detourr} | R Documentation |
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.
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)
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 |
An output or render function that enables the use of the widget within shiny applications