magic.reps | R Documentation |
This function takes the "cross.info" object and add replicates to the crosses.
magic.reps(xinfo, reps)
xinfo |
an object of "cross.info" class. |
reps |
a vector of replicates in each crossing generation. |
an object of "cross.info" class, i.e. a list of founder combinations (fcomb) and crossing plans (xplan).
mpop <- magic.partial(n=8, m=1, balanced=TRUE) mpop <- magic.reps(xinfo=mpop, reps=c(1,1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.