Learn R Programming

phytools (version 0.2-70)

drop.clade: Drop a clade from a tree

Description

Mostly internal function for posterior.evolrate; function drops the clade containing the species in tip.

Usage

drop.clade(tree, tip)

Arguments

tree
object of class "phylo".
tip
set of tips in a clade.

Value

  • An object of class "phylo".

Details

Probably should not use unless you know what you're doing.