So imagine I have a vector:

zz = c("a","c","d","b")

and another vector:

xx = c("d","c","a","b")

I need to get xx in the same order as zz. I am sure this is very simple but
I can't figure it out from the help pages for order or sort. Perhaps I'm not
trying hard enough but its been bugging me for a while.... Can anyone help?
-- 
View this message in context: 
http://www.nabble.com/re-order-vector-in-order-given-by-another-vector-tp18868253p18868253.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to