Learn R Programming

sim1000G (version 1.40)

printMatrix: Utility function that prints a matrix. Useful for IBD12 matrices.

Description

Utility function that prints a matrix. Useful for IBD12 matrices.

Usage

printMatrix(m)

Arguments

m

Matrix to be printed

Examples

Run this code
# NOT RUN {
printMatrix (  matrix(runif(16), nrow=4) )
# }

Run the code above in your browser using DataLab