# NOT RUN {
cluster1 <- matrix(c(1,2),ncol=2)
cluster2 <- matrix(c(1,3),ncol=2)
weight1 <- c(0.4,0.6)
weight2 <- c(2,12)
octileDistanceW.details(cluster1,cluster2,weight1)
octileDistanceW.details(cluster1,cluster2,weight2)
# }
Run the code above in your browser using DataLab