# Make an unordered costmatrix:
example_costmatrix <- make_costmatrix(
min_state = 0,
max_state = 2,
character_type = "unordered"
)
# Show print.costMatrix version:
print.costMatrix(x = example_costmatrix)
Run the code above in your browser using DataLab