Description Usage Arguments Value
shinypipe server function for creating a plot with zoom and pan functions
1 2 |
input |
shiny input |
output |
shiny output |
session |
shiny session |
plot |
'reactive' plot object that will be appended to a ggplot object |
data |
'reactive' data.table to be passed to ggplot2::ggplot. Note that this cannot be NULL as this data is used to deduce types based on the columns plotted. If more than one data source is needed for your plots, pass in the primary data table. |
mapping |
'reactive' mapping passed to ggplot2::ggplot [Default: reactive(aes())] |
selected.colname |
col name for the additional column that indicates whether the row is selected (within the brushed region) or not. If NULL is provided, only selected columns will be returned [Default: NULL] |
The original data with an additional column with the name given by selected.colname which is true for points under a brush
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.