unite_trees: Unite multiple trees

Description Usage Arguments Details Value See Also

Description

Unites multiple lineage or division trees from the same movie in one. This function is useful for combining multiple selection criteria with logical OR operator(s).

Usage

1

Arguments

trees

A list with the trees to be united. Each element of the list is a lineage or division tree (an object of class "igraph").

Details

Nodes and edges of the resulting tree are the union of nodes and edges of the trees, respectively. Therefore, the resulting tree is disconnected. Any missing attributes among the trees are filled with NA values in the resulting tree.

Value

The united tree, an object of class "igraph".

See Also

select_subtree for combining multiple selection criteria with logical AND operator(s).


vicstefanou/ViSCA documentation built on May 31, 2019, 10:50 p.m.