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

View source: R/printout.R

printoutR Documentation

Function to print an html summary of clusters of similar characters

Description

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

Usage

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

## 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. 29, 2024, 5:43 p.m.