Description Usage Arguments Value Author(s) See Also Examples
Plot a histogram of omega values from a range.
1 2 |
this |
A CodonSequence object. |
process |
A process object inheriting from GY94. |
breaks |
|
index |
A vector of positions. |
... |
Not used. |
The CodonSequence object (invisible).
Botond Sipos, Gregory Jordan
For more information see CodonSequence
.
1 2 3 4 5 6 7 8 9 10 | # create a GY94 process
p<-GY94()
# create a CodonSequence object,
# attach a process p
s<-CodonSequence(length=20,processes=list(list(p)))
# set omega values through omegaVarM2.CodonSequence
omegaVarM2(s,p,p0=0.5,p1=0.2,omega=1.5)
# get a histogram of omega values from the range 1:15
omegaHist(s,p,breaks=10,1:15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.