Reconstructs `IFC_graphs` object layout.
relayout(
graphs,
size = 320,
splitterdistance = 120,
stats = TRUE,
byrow = FALSE,
times = 4,
layout = NULL
)
an `IFC_graphs` object
an `IFC_graphs` object extracted with features extracted.
Integer, graphs' sizes. Default is 320.
Integer. Default is 120.
Logical. Whether to show stats or not. Default is TRUE.
Logical. Whether to layout graphs by row or not. Default is FALSE.
Integer. Max number of graphs by row/column (depending on `byrow`). Default is 4.
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.