Learn R Programming

TreeSearch (version 0.2.2)

SingleCharMorphy: Morphy object from single character

Description

Morphy object from single character

Usage

SingleCharMorphy(char)

Arguments

char

State of each character at each tip in turn, in a format that will be converted to a character string by paste0(char, ';', collapse='').

Value

A pointer to a morphyObj. Don't forget to unload it when you've finished with it: morphyObj <- UnloadMorphy(morphyObj).