understandNode: Investigate a node

View source: R/understandNode.R

understandNodeR Documentation

Investigate a node

Description

Print out which taxa do and do not descend from a given node.

Usage

understandNode(tree, node)

Arguments

tree

A phylogeny in ape format.

node

A node number in the tree.

Details

This is a very simple function, with no accounting made for non-bifurcating trees or for if the user inputs a node without an ancestor in the tree.

#' @author Eliot Miller

Value

Nothing. Results are printed to screen.

Examples

data(phy)
understandNode(phy, 102)

eliotmiller/shiftPlot documentation built on March 30, 2023, 4:26 a.m.