# Examine the matrix pre-compactification:
michaux_1989$matrix_1$matrix
# Examine the weights pre-compactification:
michaux_1989$matrix_1$character_weights
# Compactify the matrix:
michaux_1989compact <- compactify_cladistic_matrix(michaux_1989)
# Examine the matrix post-compactification:
michaux_1989compact$matrix_1$matrix
# Examine the weights post-compactification:
michaux_1989compact$matrix_1$character_weights
Run the code above in your browser using DataLab