Learn R Programming

TreeTools (version 1.12.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.

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