An R package to simulate breeding experiments
This package contains functions that may be useful in simulating plant breeding programs. Most functions are simply wrappers of other popular R packages or simulation tools (i.e. R/qtl or simcross).
The package can be installed via the devtools
package:
devtools::install_github("neyhartj/pbsim")
Jeff Neyhart