sister_trees: Get list of sister trees for a given node

View source: R/tree_manipulation.R

sister_treesR Documentation

Get list of sister trees for a given node

Description

Get list of sister trees for a given node

Usage

sister_trees(x, id, ...)

## S3 method for class 'Strata'
sister_trees(x, id, ...)

## S3 method for class 'phylo'
sister_trees(x, id, type = "auto", ...)

Arguments

x

phylo object

id

vector of ids or names

...

Arguments passed to sister_trees.phylo

type

id type: ['name', 'index', 'auto']

Value

list of phylo objects


arendsee/phylostratr documentation built on Dec. 31, 2022, 10:22 a.m.