Closed kbroman closed 6 years ago
There's an internal function qtl2plot:::plot_coef_and_lod() which is used if you provide qtl2plot::plot_coef() with scan1_output. We should show how to use this.
qtl2plot:::plot_coef_and_lod()
qtl2plot::plot_coef()
scan1_output
We should also include an example in the help file for plot_coef().
plot_coef()
This issue was moved to rqtl/qtl2#15
There's an internal function
qtl2plot:::plot_coef_and_lod()
which is used if you provideqtl2plot::plot_coef()
withscan1_output
. We should show how to use this.We should also include an example in the help file for
plot_coef()
.