Creates a recombination matrix based on the blocking structure.
Usage
pm(blockMatrix, method = "constant")
Arguments
blockMatrix
matrix blocking structure (Output of bmh)
method
character method for creating the recombination matrix
Details
This function finds the recombination between two consecutive sites, and marks the recombination site with a 1; if there are unknown sites between two blocks it will also mark these sites with a 1 (constant method) or 1 divided by number of unknown site (relative method).