NewickReader: Function to read Newick strings

View source: R/Newick.R

NewickReaderR Documentation

Function to read Newick strings

Description

Function to read Newick strings

Usage

NewickReader(x, table = TRUE)

Arguments

x

Dataset with Newick string

table

Parameter for showing the table with the levels to each letter

Value

The Newick levels as graphic or table

Examples

NewickReader("((A,B),C)")
NewickReader("((A,B),(((C,(D,E)),F),G),H)")

SandraKla/NewickReader documentation built on Oct. 29, 2022, 4:40 p.m.