data(badorder)
badorder <- est.rf(badorder)
plot.rf(badorder)
# plot just chr 1
plot.rf(badorder,chr=1)
# plot just the recombination fractions
plot.rf(badorder,which="rf")
# plot just the LOD scores, and just for chr 2 and 3
plot.rf(badorder,which="lod")
Run the code above in your browser using DataLab