# NOT RUN {
generateUniformGeneticMap()
do_plots = 0
setRecombinationModel("chisq")
if(do_plots == 1)
hist(generateRecombinationDistances(100000),n=200)
setRecombinationModel("poisson")
if(do_plots == 1)
hist(generateRecombinationDistances(100000),n=200)
# }
Run the code above in your browser using DataLab