Function produces an experimental design with varying degrees of sparsity.

make_overlapping_mixture(n_mixtures, n_genotypes, density = 1)

Arguments

n_mixtures

the number of mixtures to include

n_genotypes

the number of genotypes to include

density

the density of the design - numeric value from 0->1

Value

matrix of mixtures by genotypes

Examples

# \donttest{
make_overlapping_mixture()
#> Error in make_overlapping_mixture(): argument "n_mixtures" is missing, with no default
# }