layoutReport {IFC} | R 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.
[Package IFC version 0.2.1 Index]