[R] question about rev

cvez vez.schen at gmail.com
Fri Jan 6 10:07:05 CET 2012


the function /rev / REVERSEs the order of the vector, as
v= c(1,2,3)
rev(v)= 3,2,1
if you want the opposite value , just add a exclamation in front of the
vector:
v=c(T,F,T,T);
!v is F,T,F,F


--
View this message in context: http://r.789695.n4.nabble.com/question-about-rev-tp4268518p4268716.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list