You should be able to overlay the single-QTL scan by using plot() with add=TRUE.
Here's an example.
data(hyper)
hyper <- calc.genoprob(hyper, step=1)
out <- scanone(hyper)
qtl <- makeqtl(hyper, chr=c(1,4), pos=c(48.3, 29.5), what="prob")
qtl <- refineqtl(hyper, qtl=qtl, method="hk")
# just show chr 1 and 4
plotLodProfile(qtl)
plot(out, chr=c(1,4), add=TRUE, col="gray")
# show all chromosomes
plotLodProfile(qtl, showallchr=TRUE)
plot(out, add=TRUE, col="gray")
karl
> --
> You received this message because you are subscribed to the Google Groups "R/qtl discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
rqtl-disc+...@googlegroups.com.
> To post to this group, send email to
rqtl...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/rqtl-disc.
> For more options, visit
https://groups.google.com/d/optout.