[R] How to get the values of a vector having the indices?

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Jun 18 14:36:50 CEST 2005


Amir Safari wrote:

>  
>  
> Hi
> I want to get the values of a vector which I have its indices. How it is possible?
> For example after clustering , I can access to the indices of the first cluster using:
> first<- which(clusters$clustering==1)
> first give me the indices, but how can I access to the values?

By indexing the original object with these indices. See, e.g., help("[")

If you mean something different, please provide a short reproducible 
example. and explain what you like to get exactly.

Uwe Ligges



> Thanks a lot and have a fun.
> Amir
> 
> __________________________________________________
> 
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list