Re: [R] Accessing examplars in apcluster (apcluster package)

2013-04-04 Thread Ulrich Bodenhofer
Dear Sachin, If you need the exemplars for further processing, you can access them via the 'exemplars' slot of the resulting APResult object. See the following example: > apres <- apcluster(negDistMat(r=2), x, details=TRUE) > apres APResult object Number of samples = 150 Number of iter

[R] Accessing examplars in apcluster (apcluster package)

2013-04-04 Thread Sachinthaka Abeywardana
Hi, I was wondering how it was possible to access the actual cluster exemplars from the APResult class. Currently it only spits it out onto the terminal if you type the object but there is no other way to see which one is the examplar. Would appreciate any help. Thanks, Sachin [[alterna