powered by
ClusterTable
S3 methods for ClusterTable objects.
# S3 method for ClusterTable as.matrix(x, ...)# S3 method for ClusterTable print(x, ...)# S3 method for ClusterTable summary(object, ...)
# S3 method for ClusterTable print(x, ...)
# S3 method for ClusterTable summary(object, ...)
Object of class ClusterTable.
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()
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)
Run the code above in your browser using DataLab