View source: R/data_add_graphs.R
data_add_graphs | R Documentation |
Adds graphs to an already existing 'IFC_data' object.
data_add_graphs(obj, graphs, adjust_graph = TRUE, ...)
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. |
an IFC_data object with graphs added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.