Description Usage Arguments Examples
This generic function defines the outgroup by matching the specified vector against
each region.
1 2 | ## S4 method for signature 'GENOME'
set.outgroup(object,new.outgroup=FALSE, diploid=FALSE)
|
object |
an object of class |
new.outgroup |
a vector of outgroup individuals |
diploid |
if diploid data is present |
1 2 3 4 | # GENOME.class <- readData("\home\Alignments")
# outgroup <- c("seq1","seq2")
# GENOME.class <- set.outgroup(GENOME.class,new.outgroup=outgroup)
# GENOME.class <- neutrality.stats(GENOME.class)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.