Description Usage Arguments Value Author(s) See Also Examples
Get the ancestral object of a Site object.
1 2 | ## S3 method for class 'Site'
getAncestral(this, ...)
|
this |
A Site object. |
... |
Not used. |
A Site object, a Process object or NA.
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 8 | a<-Alphabet();
# create some site object
s1<-Site(alphabet=a)
s2<-Site(ancestral=s1, alphabet=a)
# get ancestral objects
getAncestral(s1)
s2$ancestral
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.