| ClusterTable-methods | R Documentation |
ClusterTable objectsS3 methods for ClusterTable objects.
## S3 method for class 'ClusterTable'
as.matrix(x, ...)
## S3 method for class 'ClusterTable'
print(x, ...)
## S3 method for class 'ClusterTable'
summary(object, ...)
x, object |
Object of class |
... |
Additional arguments for consistency with S3 methods. |
Martin R. Smith (martin.smith@durham.ac.uk)
Other utility functions:
ClusterTable,
Hamming(),
MSTEdges(),
SampleOne(),
TipTimedTree(),
UnshiftTree(),
as.multiPhylo(),
match,phylo,phylo-method,
sapply64(),
sort.multiPhylo()
clustab <- as.ClusterTable(TreeTools::BalancedTree(6))
as.matrix(clustab)
print(clustab)
summary(clustab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.