popsRetrieveGraph {IFC} | R Documentation |
Graph Retrieval from Graphical IFC_pops
Description
Retrieves the graph a graphical population originate from
Usage
popsRetrieveGraph(obj, pops, vis2D = "density", all_siblings = FALSE)
Arguments
obj |
an 'IFC_data' object extracted by ExtractFromDAF(extract_features = TRUE) or ExtractFromXIF(extract_features = TRUE). |
pops |
names of graphical populations present in 'obj'. Note that they should be siblings. |
vis2D |
when original graph is not an histogram, whether to display it as "scatter" or "density". Default is "density". |
all_siblings |
whether to add all 'pop' siblings in the graph. Default is FALSE. |
Value
a list of parameters needed to build an IFC graph.
[Package IFC version 0.2.1 Index]