Learn R Programming

TreeTools (version 1.13.0)

ClusterTable-methods: S3 methods for ClusterTable objects

Description

S3 methods for ClusterTable objects.

Usage

# S3 method for ClusterTable
as.matrix(x, ...)

# S3 method for ClusterTable print(x, ...)

# S3 method for ClusterTable summary(object, ...)

Arguments

x, object

Object of class ClusterTable.

...

Additional arguments for consistency with S3 methods.

See Also

Other utility functions: ClusterTable, Hamming(), MSTEdges(), SampleOne(), TipTimedTree(), UnshiftTree(), as.multiPhylo(), match,phylo,phylo-method, sapply64(), sort.multiPhylo()

Examples

Run this code
clustab <- as.ClusterTable(TreeTools::BalancedTree(6))
as.matrix(clustab)
print(clustab)
summary(clustab)

Run the code above in your browser using DataLab