Description Usage Arguments Value Author(s) See Also Examples
Site. The site-process specific parameters stored in the Site object and belonging to the detached Process objects will be destroyed.
1 2 | ## S3 method for class 'Site'
detachProcess(this, process, ...)
|
this |
A Site object |
process |
A Process object |
... |
Not used. |
The Site object (invisible).
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 8 9 10 11 12 | # create a Site objects and attach some processes
s<-Site()
s$alphabet<-NucleotideAlphabet()
p1<-JC69(); p2<-K80()
attachProcess(s,p1)
attachProcess(s,p2)
# get the list of attached processes
s$processes
# detach p1
detachProcess(s,p1)
s$processes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.