relayout: Change Graphs Layout

View source: R/ExportToReport.R

relayoutR Documentation

Change Graphs Layout

Description

Reconstructs 'IFC_graphs' object layout.

Usage

relayout(
  graphs,
  size = 320,
  splitterdistance = 120,
  stats = TRUE,
  byrow = FALSE,
  times = 4,
  layout = NULL
)

Arguments

graphs

an 'IFC_graphs' object extracted with features extracted.

size

Integer, graphs' sizes. Default is 320.

splitterdistance

Integer. Default is 120.

stats

Logical. Whether to show stats or not. Default is TRUE.

byrow

Logical. Whether to layout graphs by row or not. Default is FALSE.

times

Integer. Max number of graphs by row/column (depending on 'byrow'). Default is 4.

layout

Integer matrix. Desired layout. Default is NULL. When NULL, the default, graphs will be relayout using 'times' and 'byrow' parameters. Otherwise, layout will be used to determine the position of the graphs (NA value can be used for empty place). Note that when not NULL layout should contain all indices of graphs only once.

Value

an 'IFC_graphs' object


IFC documentation built on Sept. 14, 2023, 1:08 a.m.