Learn R Programming

TreeSearch (version 0.2.2)

mpl_attach_rawdata: Attach raw character state data (i.e. tip data).

Description

Attaches a raw data character state matrix in the form of a C-style (i.e. NULL-terminated) string. This can be the matrix block extracted from a Nexus file or an xread table format. The matrix should contain no terminal or tip labels.

Usage

mpl_attach_rawdata(rawdata, morphyobj)

Arguments

morphyobj

An instance of the Morphy object.

rawmatrix

C-style string corresponding to the tip data for each taxon in turn.

Value

Morphy error code.