printout | R Documentation |
Function prints out a list of clusters of similar characters with terms color- coded to illustrate overlap among similar characters
printout(x, maxsize = NULL, file, statelabels = TRUE)
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 |
## Not run:
data(twig)
dups <- duplicated(twig, opt="terms")
printout(dups, maxsize=10, file="twig.html")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.