Utility function that prints a matrix. Useful for IBD12 matrices.
printMatrix(m)
m
Matrix to be printed
printMatrix ( matrix(runif(16), nrow=4) )