## load data to the current environment
data(andechs)
## call isopam with the standard options
ip <-isopam(andechs)
## return clusters
clusters(ip)
## clusters of level 2, with labels reflecting the hierarchy
clusters(ip, 2, style = "hierarchical")
## cluster solution with 3 classes
clusters(ip, k = 3)
Run the code above in your browser using DataLab