Description Usage Arguments Examples
This function makes crosses among parents in a format specified by the cross design file
1 2 | make_crosses(parent.info, map.info, cross.design, run.parallel = F,
num.cores = NULL)
|
parent.info |
Object returned from create_parents() |
map.info |
Object returned from create_genetic_map() |
cross.design |
Object returned from create_cross_design() |
run.parallel |
logical. Set TRUE to run function in parallel |
num.cores |
The number of cores to use if running in parallel |
1 | progeny1 <- make_crosses(parent.info = op.families,map.info = the.map,cross.design = cross.file,run.parallel = T,num.cores = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.