powered by
Set default parameter values in breeding.diploid
set.default( population, parameter.name = NULL, parameter.value = NULL, parameter.remove = NULL, reset.all = FALSE )
Population list
Number of traits (If more than traits via real.bv.X use traits with no directly underlying QTL)
Genetic variance of traits with no underlying QTL
Remove a specific previously generated parameter default
Set to TRUE to remove all prior parameter values
Population-list with one or more additional new traits
# NOT RUN { data(ex_pop) population <- set.default(ex_pop, parameter.name="heritability", parameter.value=0.3) # }
Run the code above in your browser using DataLab