[R] cluster analysis

James Foadi foadi at ysbl.york.ac.uk
Fri Oct 15 12:36:14 CEST 2004


On Friday 15 Oct 2004 11:02 am, you wrote:

>
> or unname(classi) -- which is slightly more expressive in this
> case and possibly more desirable in other situations.
>
> Martin Maechler, ETH Zurich
>

Thanks, Martin.
I've tried, like you suggested:

		un_classi <- unname(classi)

but nothing changed. By typing, for instance:

		un_classi[[1]]

I still obtained twice the values. But, if I type:

		un_classe_01 <- unname(classi[[1]])

the un_classe_01 is an unnamed vector.

Cheers,

james
-- 
Dr James Foadi
Structural Biology Laboratory
Department of Chemistry
University of York
YORK YO10 5YW
UK




More information about the R-help mailing list