View source: R/magic_balanced.R
magic.balanced | R Documentation |
This function takes a matrix of founder combinations and determines if the design is balanced or not. The matrix rows are funnels and columns are founders.
magic.balanced(fmat, verbose = FALSE)
fmat |
a matrix of founder combinations. |
verbose |
a logical indicator of whether verbose output is desired. |
a logical indicator of whether the MAGIC design is balanced or not, and
also a table of all founder pairings if verbose=TRUE
.
mpop <- magic.partial(n=8, m=1, balanced=TRUE) magic.balanced(mpop$fcomb[[3]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.