data(example_out)
# getting values
marker1 <- example_out$geno[,1]
marker2 <- example_out$geno[,2]
marker3 <- example_out$geno[,14]
segr.type1 <- example_out$segr.type[1]
segr.type2 <- example_out$segr.type[2]
segr.type3 <- example_out$segr.type[14]
# three-point analysis
cr3pts(marker1,marker2,marker3,segr.type1,segr.type2,segr.type3)
Run the code above in your browser using DataLab