Convert a character vector to a binary matrix
This function takes a vector of characters and computes a binary matrix. Primarily to be used internally by make.simmap
and rerootingMethod
.
to.matrix(x, seq)
x |
a vector of characters. |
seq |
the sequence for the columns in the output matrix. |
A binary matrix of dimensions length(x)
by length(seq)
.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.