plot_maps.RdPlot markers in two genetic maps
plot_maps(map_df, map1_chrom_breaks, map2_chrom_breaks, pch_val = 16, cex_val = 0.75, ...)
| map_df | dataframe, contains marker position in both maps |
|---|---|
| map1_chrom_breaks | numeric, a vector indicating the position of chromosome breaks in map1 |
| map2_chrom_breaks | numeric, a vector indicating the position of chromosome breaks in map2 |
| pch_val | numeric, behaves like the 'pch' parameter of plot() |
| cex_val | numeric, behaves like the 'cex' parameter of plot() |
| ... |
a dotplot of marker positions in both genetic maps