set.outgroup-methods | R Documentation |
This generic function defines the outgroup by matching the specified vector against
each region.
## 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 |
# 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.