multi_selectOut {GenVisR} | R Documentation |
Selector for choosing output for GenVisR functions
multi_selectOut(data, plot, out = "plot", draw = "FALSE")
data |
Data object to output |
plot |
Plot object to output |
out |
Character vector specifying the the object to output, one of "data", "grob", or "plot". |
draw |
Boolean specifying if the input to plot needs to be drawn |
One of the following, a list of dataframes containing data to be plotted, a grob object, or a plot.