-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels