Learn R Programming

GenVisR (version 1.0.4)

multi_selectOut: Choose output

Description

Selector for choosing output for GenVisR functions

Usage

multi_selectOut(data, plot, out = "plot", draw = "FALSE")

Arguments

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

Value

One of the following, a list of dataframes containing data to be plotted, a grob object, or a plot.