newlabels.v1x: Generate simmap v1.0 or v1.1 labels

Description Usage Arguments Value Author(s) See Also

Description

This is a helper function for write.simmap and is chiefly for internal use. It generates old simmap style text labels to be written to a tree string.

Usage

1
newlabels.v1x(x, usestate, splitchar, write.nas = TRUE)

Arguments

x

The phylo4d_ext object to generate simmap (1.0 or 1.1) labels for.

usestate

Which data column should be used written in the labels. Note: Only the first will be used

splitchar

Which character should be used to split subnodes (for 1.0 -> ';' and for 1.1 -> ':')

write.nas

Should NA values be written in the string (TRUE) or ignored (FALSE)

Value

A character vector containing simmap-style taxa labels

Author(s)

J. Conrad Stack

See Also

newlabels.v15, write.simmap


phyext documentation built on May 2, 2019, 5:19 p.m.

Related to newlabels.v1x in phyext...