data_add_graphs {IFC} | R Documentation |
Add Graphs to IFC_data Object
Description
Adds graphs to an already existing 'IFC_data' object.
Usage
data_add_graphs(obj, graphs, adjust_graph = TRUE, ...)
Arguments
obj |
an 'IFC_data' object extracted by ExtractFromDAF(extract_features = TRUE) or ExtractFromXIF(extract_features = TRUE). |
graphs |
a list of graph(s) to add to obj. Each element of this list will be coerced by |
adjust_graph |
whether to try to adjust graph(s) when possible. Default is TRUE. |
... |
Other arguments to be passed. |
Value
an IFC_data object with graphs added.
[Package IFC version 0.2.1 Index]