draw.ultrametric: Method to draw a cladogram or ultrametric phylgram

Description Usage Arguments Details Value Author(s) References See Also

View source: R/draw.trees.R

Description

This function uses bind.tip internally to let the user interactively create a tree which is returned to R as an object of class "phylo".

Usage

1
draw.ultrametric(ingroup, outgroup=NULL, depth=1.0, method=c("phylogram","cladogram"))

Arguments

ingroup

ingroup taxa of the tree to be drawn.

outgroup

single outgroup taxon. If there is no single outgroup, then this can just be any tip separated from ingroup[1] by the root.

depth

total depth of the tree.

method

type of tree to create.

Details

More details of the function here.

Value

An object of class "phylo".

Author(s)

Liam Revell liam.revell@umb.edu

References

Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.

Revell, L. J. (2017). physketch: Drawing phylogenetic objects free-hand. R package. http://github.com/liamrevell/physketch

See Also

bind.tip, phylo.tracer


liamrevell/physketch documentation built on Aug. 27, 2020, 6 a.m.