
Last chance! 50% off unlimited learning
Sale ends in
ClusterTable
objectsS3 methods for ClusterTable
objects.
# S3 method for ClusterTable
as.matrix(x, ...)# S3 method for ClusterTable
print(x, ...)
# S3 method for ClusterTable
summary(object, ...)
Object of class ClusterTable
.
Additional arguments for consistency with S3 methods.
clustab <- as.ClusterTable(TreeTools::BalancedTree(6))
as.matrix(clustab)
print(clustab)
summary(clustab)
Run the code above in your browser using DataLab