View source: R/combine_populations.R
combine_populations | R Documentation |
The function combines multiple haplotypes' objects into a single haplotype object
It accept list of populations and merge them in single population.
combine_populations(pops)
pops |
The first haplotype object. |
A combined haplotype object.
haplo = combine_populations(list(pop1,pop2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.