popsRetrieveGraph: Graph Retrieval from Graphical IFC_pops

View source: R/popsRetrieveGraph.R

popsRetrieveGraphR 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.


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