> data(hyper)
> chrnames(hyper)
[1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"
[11] "11" "12" "13" "14" "15" "16" "17" "18" "19" "X"
> names(hyper$geno) <- c(19:1, "X")
> chrnames(hyper)
[1] "19" "18" "17" "16" "15" "14" "13" "12" "11" "10"
[11] "9" "8" "7" "6" "5" "4" "3" "2" "1" "X"
> hyper$geno <- hyper$geno[20:1]
> chrnames(hyper)
[1] "X" "1" "2" "3" "4" "5" "6" "7" "8" "9"
[11] "10" "11" "12" "13" "14" "15" "16" "17" "18" "19"
karl
> --
> You received this message because you are subscribed to the Google Groups "R/qtl discussion" group.
> To post to this group, send email to rqtl...@googlegroups.com.
> To unsubscribe from this group, send email to rqtl-disc+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rqtl-disc?hl=en.
>
To unsubscribe from this group and stop receiving emails from it, send an email to rqtl-disc+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rqtl-disc/79b1e8df-35b5-472f-8e2f-0e9bd09a246an%40googlegroups.com.