# Remove the outgroup taxon and characters 11 and 53 from gauthier_1986:
prunedmatrix <- prune_cladistic_matrix(
cladistic_matrix =
gauthier_1986, characters2prune = c(11, 53), taxa2prune =
c("Outgroup")
)
# Show priuned matrix:
prunedmatrix$matrix_1$matrix
Run the code above in your browser using DataLab