| analyze.bv | R Documentation |
Function to analyze correlation between bv/bve/pheno
analyze.bv(
population,
gen = NULL,
database = NULL,
cohorts = NULL,
bvrow = "all",
advanced = FALSE,
use.all.copy = FALSE
)
population |
Population list |
gen |
Quick-insert for database (vector of all generations to export) |
database |
Groups of individuals to consider for the export |
cohorts |
Quick-insert for database (vector of names of cohorts to export) |
bvrow |
Which traits to display |
advanced |
Set to TRUE to also look at offspring pheno |
use.all.copy |
Set to TRUE to extract phenotyping |
[[1]] Correlation between BV/BVE/Phenotypes [[2]] Genetic variance of the traits
data(ex_pop)
analyze.bv(ex_pop,gen=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.