scatterplotInput | R Documentation |
This module uses Plotly to create scatter plots
(see plot_ly
), of both 2D and 3D varieties.
scatterplotInput(id)
id |
Module namespace |
Controls for this module are provided by the scatterplotcontrols
module, which is automatically called if reactives are not supplied to the
server function. This setup allows the same set of controls to power
multiple scatter plots.
output An HTML tag object that can be rendered as HTML using as.character()
scatterplotInput("pca")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.