INPUT:
capacity_output_graph_boxplots(
data,
signal,
response,
path,
height = 4,
width = 6
)capacity_output_graph_violinMean(
data,
signal,
response,
path,
height = 4,
width = 6
)
capacity_output_graph_boxplotsSideVar(
data,
signal,
side_variables,
path,
height = 4,
width = 6
)
capacity_output_graph_capacity(cc_output, path, height = 4, width = 6)
is a data.frame object
is a character object that indicates columns of data that should be treated as channel's input
is a character vector that indicates columns of data that should be treated as channel's output
character giving the directory, where graphs should be saved
integer indicating the height of a single plot
integer indicating the width of a single plot
is a character vector that indicates side variables' columns of data
a list that is the output of capacity_logreg_algorithm function