mat2tab | R Documentation |
Converts matrix data to tabular data.
mat2tab(mat)
mat |
: |
data.frame
with 2 integer (IDs) and 1 numeric (values) columns.
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5)) mat2tab(buildA(ped))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.