Apologies for being vague, The structure of the output is as follows:
$ cluster1 : Named num [1:131] 3.05 2.71 3.26 2.91 2.88 3.11 3.21 -1 2.97 3.39 ... ..- attr(*, "names")= chr [1:131] "6667" "6668" "6669" "6670" ... With 613 clusters. What I require is abstracting the first and last value of - attr(*, "names")= chr [1:131] "6667" "6668" "6669" "6670" This will give a start and end point of the cluster and allow for the spacing to be determined. Thanks, Doug -- View this message in context: http://r.789695.n4.nabble.com/Clustering-tp3017056p3019323.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.