View source: R/ExportToReport.R
relayout | R Documentation |
Reconstructs 'IFC_graphs' object layout.
relayout(
graphs,
size = 320,
splitterdistance = 120,
stats = TRUE,
byrow = FALSE,
times = 4,
layout = NULL
)
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. |
an 'IFC_graphs' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.