Description Usage Arguments Value Examples
View source: R/concatenate.classes.R
This function concatenates objects of class GENOME, allowing to stitch together larger datasets from smaller objects.
1 | concatenate.classes(classlist)
|
classlist |
a list of GENOME objects |
The function creates an object of class "GENOME".
1 2 3 4 5 6 | # a <- readData("Three_Alignments/")
# b <- readData("Two_Alignments/")
# ab <- concatenate.classes(list(a,b))
# ab <- neutrality.stats(ab)
# ab@Tajima.D
# ab@region.names
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.