hi,all
a quick question:  

a vector

v<-c(g,r,y,g,y,y,r)

needs to be

v<-c(1,2,3,1,3,3,2)

i.e., replace g,r,y as 1,2,3

how to do that, by the way, what key words I should use to search for such 
basic operation command?
thank you 

best

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

Reply via email to