| ClusterTable-methods {TreeTools} | R Documentation |
ClusterTable objectsS3 methods for ClusterTable objects.
## S3 method for class 'ClusterTable' as.matrix(x, ...) ## S3 method for class 'ClusterTable' print(x, ...) ## S3 method for class 'ClusterTable' summary(object, ...)
x, object |
Object of class |
... |
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)