powered by
"cut"(x, k = 2, g = ggobi(x), ...)
h <- hierfly(iris) hfly <- ggobi(h) cut(h, 2, hfly) h <- hierfly(iris, method="ward") g <- ggobi(h) cut(h, 2, g)
Run the code above in your browser using DataLab