View source: R/output_graphs_single.R
capacity_output_graph_boxplots | R Documentation |
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 object |
signal |
is a character object that indicates columns of data that should be treated as channel's input |
response |
is a character vector that indicates columns of data that should be treated as channel's output |
path |
character giving the directory, where graphs should be saved |
height |
integer indicating the height of a single plot |
width |
integer indicating the width of a single plot |
side_variables |
is a character vector that indicates side variables' columns of data |
cc_output |
a list that is the output of capacity_logreg_algorithm function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.