Description Usage Arguments Details
Apply selection on a population
1 2 | select.population(value.mat, sel.intensity, selection = "best",
exclusion = NULL)
|
value.mat |
A matrix of values (phenotypic, genotypic, or breeding) on which to apply selection. |
sel.intensity |
Either the proportion to select (i.e. from 0 to 1) or the number of individuals to select. |
selection |
The method of selection. Can be |
exlcusion |
A vector of line names to exclude when making selection. |
The "best" method selects the top sel.intensity entries based on
the values in the value.mat, the "worst" method selects the
bottom entries, the "random" method select entries randomly, and the
"tails" method select the top sel.intensity/2 entries
and the bottom sel.intensity/2 entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.