data("pighic")
# \donttest{
res2D <- AggloClust2D(pighic$data)
if (!is.null(res2D)) { # in case Python or modules are not available
clusters <- res2D$clustering
print(res2D)
summary(res2D)
plot(res2D)
}
# }
Run the code above in your browser using DataLab