Hi,all: I have a vector,and wanna get the opposite value via rev function.
> a [1] FALSE FALSE TRUE TRUE TRUE > > rev(a) [1] TRUE TRUE TRUE FALSE FALSE > I don't know why the 3rd "TRUE" has not been reversed,while all other values are reversed? Thanks My best [[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.