> "a"<"b" [1] TRUE > "a">"b" [1] FALSE > "ab"<"a" [1] FALSE > "ab">"a" [1] TRUE
hope this helps. spencer graves
Aurora Torrente wrote:
Hi all,
I�m having some trouble when trying to compare character values (to check if they are alphabetically ordered). Is it possible to do it in any way?
Thanks for your help. Cheers,
Aurora
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
