Learn R Programming

migraph (version 0.9.3)

cluster: Clustering algorithms

Description

These functions combine an appropriate _census() function together with methods for calculating the hierarchical clusters provided by a certain distance calculation.

Usage

cluster_structural_equivalence(object)

cluster_regular_equivalence(object)

Arguments

object

A migraph-consistent object.

Examples

Run this code
# NOT RUN {
ggtree(cluster_structural_equivalence(mpn_elite_mex))
ggtree(cluster_regular_equivalence(mpn_elite_mex))
ggtree(cluster_regular_equivalence(mpn_elite_usa_advice))
# }

Run the code above in your browser using DataLab