printout: Function to print an html summary of clusters of similar...

Description Usage Arguments Examples

View source: R/printout.R

Description

Function prints out a list of clusters of similar characters with terms color- coded to illustrate overlap among similar characters

Usage

1
printout(x, maxsize = NULL, file, statelabels = TRUE)

Arguments

x

= nexus object with clusters found

maxsize

= maximum size of cluster of characters

file

name of output file (html format)

statelabels

whether to include state labels in output

Examples

1
2
3
4
5
6
## Not run: 
data(twig)
dups <- duplicated(twig, opt="terms")
printout(dups, maxsize=10, file="twig.html")

## End(Not run)

celiason/phenotools documentation built on Sept. 12, 2019, 6:49 p.m.