Plotting output of capacity estimation. Auxiliary functions.
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)
data
: is a data.frame objectsignal
: is a character object that indicates columns of data that should be treated as channel's inputresponse
: is a character vector that indicates columns of data that should be treated as channel's outputpath
: character giving the directory, where graphs should be savedheight
: integer indicating the height of a single plotwidth
: integer indicating the width of a single plotside_variables
: is a character vector that indicates side variables' columns of datacc_output
: a list that is the output of capacity_logreg_algorithm function