powered by
Function to plot genetic/breeding values for multiple generation/cohorts using box plots
bv.development.box( population, database = NULL, gen = NULL, cohorts = NULL, bvrow = "all", json = FALSE, display = "bv", display.selection = FALSE, display.reproduction = FALSE, ylim = NULL, fix_mfrow = FALSE )
population list
Groups of individuals to consider for the export
Quick-insert for database (vector of all generations to export)
Quick-insert for database (vector of names of cohorts to export)
Which traits to display (for multiple traits separte plots (par(mfrow)))
If TRUE extract which cohorts to plot according to the json-file used in json.simulation
Choose between "bv", "pheno", "bve" (default: "bv")
Display lines between generated cohorts via selection (webinterface)
Display lines between generated cohorts via reproduction (webinterface)
Set this to fix the y-axis of the plot
Set TRUE to not use mfrow - use for custom plots
Genomic values of selected gen/database/cohort
# NOT RUN { data(ex_pop) bv.development.box(ex_pop, gen=1:5) # }
Run the code above in your browser using DataLab