make_overlapping_mixture.RdFunction produces an experimental design with varying degrees of sparsity.
make_overlapping_mixture(n_mixtures, n_genotypes, density = 1)the number of mixtures to include
the number of genotypes to include
the density of the design - numeric value from 0->1
matrix of mixtures by genotypes
# \donttest{
make_overlapping_mixture()
#> Error in make_overlapping_mixture(): argument "n_mixtures" is missing, with no default
# }