TreeTools (version 0.1.3)

.DecodeRaw: Decode Splits objects

Description

Internal functions to decode raw representation of splits.

Usage

.DecodeRaw(n, stopAt = 8L, print = FALSE, appendLF = FALSE)

.DecodeLastRaw(n, nTip, ...)

.DecodeBinary(n, nTip, print = FALSE, appendLF = FALSE, ...)

Arguments

n

Number to decode.

stopAt

Integer specifying number of tips in partial raw element.

print

Logical specifying whether output is to be printed.

appendLF

Logical specifying whether to append line feed character to output.

nTip

Integer specifying number of tips in original tree.

Value

Return a human-readable representation of split content.