Skip to content

KosukeHamazaki/myBreedSimulatR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myBreedSimulatR

R package providing classes and functions to simulate breeding schemes. R Breeding Simulator used in the paper "Simulation-based future-oriented strategy can optimize decision making in a breeding program".

This package is a variant of "breedSimulatR", which is available from the "ut-biomet/breedSimulateR" repository on the GitHub. Our package is not perfect to be used for general breeding simulations, so we recommend you use "breedSimulatR" to simulate breeding programs for your project.

Installation

You can install myBreedSimulatR from GitHub with:

if (!require("devtools")) {
    install.packages("devtools")
}
devtools::install_github("KosukeHamazaki/myBreedSimulatR")

You can check the installation with these lines:

library(myBreedSimulatR)
help(package = myBreedSimulatR)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages