layoutReport: Report Layout Extraction

View source: R/ExportToReport.R

layoutReportR Documentation

Report Layout Extraction

Description

Extracts report layout from 'IFC_graphs' object.

Usage

layoutReport(graphs)

Arguments

graphs

an 'IFC_graphs' object extracted with features extracted.

Value

a list containing:
-lay, a 3 columns (N, x, y) data.frame, where N is the graph index and x and y its coordinates on the layout,
-mat, a matrix describing the layout.


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