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)
clustab <- as.ClusterTable(TreeTools::BalancedTree(6)) as.matrix(clustab) print(clustab) summary(clustab)
Run the code above in your browser using DataLab