ClusterTable-methods {TreeTools} | R Documentation |
S3 methods for ClusterTable
objects
Description
S3 methods for ClusterTable
objects.
Usage
## S3 method for class 'ClusterTable'
as.matrix(x, ...)
## S3 method for class 'ClusterTable'
print(x, ...)
## S3 method for class 'ClusterTable'
summary(object, ...)
Arguments
x , object |
Object of class |
... |
Additional arguments for consistency with S3 methods. |
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
See Also
Other utility functions:
ClusterTable
,
Hamming()
,
MSTEdges()
,
SampleOne()
,
TipTimedTree()
,
UnshiftTree()
,
as.multiPhylo()
,
match,phylo,phylo-method
,
sapply64()
,
sort.multiPhylo()
Examples
clustab <- as.ClusterTable(TreeTools::BalancedTree(6))
as.matrix(clustab)
print(clustab)
summary(clustab)
[Package TreeTools version 1.14.0 Index]