capacity_output_graph_boxplots: Plotting output of capacity estimation. Auxiliary functions.

View source: R/output_graphs_single.R

capacity_output_graph_boxplotsR Documentation

Plotting output of capacity estimation. Auxiliary functions.

Description

INPUT:

Usage

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


SLEMI documentation built on Nov. 20, 2023, 1:06 a.m.