TreeTools (version 0.1.3)

StringToPhyDat: String to phyDat

Description

Converts a character string to a PhyDat object.

Usage

StringToPhyDat(string, tips, byTaxon = TRUE)

StringToPhydat(string, tips, byTaxon = TRUE)

Arguments

string

a string of tokens, optionally containing whitespace, with no terminating semi-colon.

tips,

a character vector corresponding to the names (in order) of each taxon in the matrix

byTaxon

= TRUE, string is one TAXON's coding at a time; FALSE: one CHARACTER's coding at a time

Value

This function returns a data matrix in phyDat format.

See Also

phyDat

Examples

Run this code
# NOT RUN {
morphy <- StringToPhyDat("-?01231230?-", c('Lion', 'Gazelle'), byTaxon=TRUE)
# encodes the following matrix:
# Lion     -?0123
# Gazelle  1230?-

# }

Run the code above in your browser using DataLab