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

2005-06-18 Thread Uwe Ligges
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@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

__
R-help@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


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

2005-06-17 Thread Amir Safari
 
 
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?
Thanks a lot and have a fun.
Amir

__



[[alternative HTML version deleted]]

__
R-help@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