Description Usage Arguments Value Author(s) See Also Examples
Get the list of Process objects attached to a Site object.
1 2 | ## S3 method for class 'Site'
getProcesses(this, ...)
|
this |
A Site object. |
... |
Not used. |
A list of Process objects.
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 | # create a Site object with some processes attached
s<-Site(alphabet=NucleotideAlphabet(),processes=list(K80(),JC69()))
# get list of attached Process objects
getProcesses(s)
# get list of attached Process objects via virtual field
s$processes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.