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

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to