join | R Documentation |
This function joins two or more DNAbin
objects, retaining any
attributes whose lengths match those of the input objects (e.g. "species",
"lineage" and/or "taxID" attributes).
join(...)
... |
|
an object of class DNAbin
.
Shaun Wilkinson
subset.DNAbin
.
data(whales)
whales1 <- whales[1:10]
whales2 <- whales[11:19]
join(whales1, whales2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.