Sebastian writes:
> I have a huge vector of numbers, how I can invert orden?
> For example
> x <- 1:10000000
> I would like to obtain
> x_r <- 10000000:1

Well, 10000000:1 works for me.  If you need to rev()erse a pre-existing 
vector, try rev().

cur
-- 
Curt Seeliger, Data Ranger
Raytheon Information Services - Contractor to ORD
seeliger.c...@epa.gov
541/754-4638

        [[alternative HTML version deleted]]

______________________________________________
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