| gen_advance | R Documentation |
Genetic Advance for PRE
gen_advance(phen_mat, gen_mat, weight_mat)
phen_mat |
phenotypic matrix value of desired characters |
gen_mat |
genotypic matrix value of desired characters |
weight_mat |
weight matrix value of desired characters |
Genetic advance of character or character combinations
gmat <- gen_varcov(seldata[, 3:9], seldata[, 2], seldata[, 1])
pmat <- phen_varcov(seldata[, 3:9], seldata[, 2], seldata[, 1])
gen_advance(phen_mat = pmat[1, 1], gen_mat = gmat[1, 1], weight_mat = weight[1, 2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.