factoextra
factoextra copied to clipboard
Bray-Curtis distance
Hello, What strategy could I used to be able to use Bray-Curtis distance within the package. I am wanted for example to have :
Enhanced hierarchical clustering
res.hc <- eclust(df, "hclust", hc_metric = "bray-curtis", hc_method = "average", nboot =10000, seed = 42) But Bray-curtis is not a typical accepted by the function dist(). Thank you for the help