ggUnivServer {romic} | R Documentation |
ggUnivariate Server
Description
Server components for the ggUnivariate module
Usage
ggUnivServer(id, tomic, plot_table, return_brushed_points = FALSE)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
tomic |
Either a |
plot_table |
table containing the data to be plotted |
return_brushed_points |
Return values selected on the plot |
Value
a tomic_table if return_brushed_points is TRUE, and 0 otherwise.
[Package romic version 1.1.3 Index]