# NOT RUN {
x <- datasets::mtcars
out <- dend_expend(x, dist_methods = c("euclidean", "manhattan"))
out$performance
dend_expend(dist(x))$performance
best_dend <- find_dend(x, dist_methods = c("euclidean", "manhattan"))
plot(best_dend)
# }
Run the code above in your browser using DataLab