AllLabelledNewicksFromNewickNumberStrings: Generate All Labelled Newicks from Newick Number Strings

Description Usage Arguments Value Author(s) Examples

View source: R/AllLabelledNewicksFromNewickNumberStrings.R

Description

Generates all possible labelled newick strings from a set of Newick number strings.

Usage

1
2
3
4
AllLabelledNewicksFromNewickNumberStrings(
  NewickNumberStrings,
  TipLabels = NULL
)

Arguments

NewickNumberStrings

A vector of Newick number strings.

TipLabels

A character vector of tip labels to use.

Value

A list, one for each input Newick number string, each containing all possible labelled Newicks.

Author(s)

Graeme T. Lloyd graemetlloyd@gmail.com

Examples

1
2
# Get information for trees with N tips:
AllLabelledNewicksFromNewickNumberStrings(c("(1,(2,(3)));", "(2,(1,(3)));"))

graemetlloyd/hypRspace documentation built on Aug. 24, 2020, 11:41 a.m.