Amir Safari
2005-Jun-17 18:10 UTC
[R] How to get the values of a vector having the indices?
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]]
Uwe Ligges
2005-Jun-18 12:36 UTC
[R] How to get the values of a vector having the indices?
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