capacity_output_graph_boxplots: Plotting output of capacity estimation. Auxillary functions.

Description Usage Arguments

View source: R/output_graphs_single.R

Description

INPUT:

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

Arguments

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


sysbiosig/SLEMI documentation built on Oct. 6, 2019, 5:54 a.m.