Description Usage Arguments Value Author(s) See Also Examples
Set the base frequency parameters.
The order of the frequency parameters must match with the order of symbols in the NucleotideAlphabet objects.
1 2 | ## S3 method for class 'HKY'
setBaseFreqs(this, value, ...)
|
this |
An HKY object. |
value |
A vector of base frequencies. |
... |
Not used. |
value (invisible)
Botond Sipos, Gregory Jordan
For more information see HKY
.
1 2 3 4 5 6 7 8 9 10 11 | # construct object
p<-HKY()
# set/get base frequency parameters
setBaseFreqs(p,c(2,1,2,1)/6)
getBaseFreqs(p)
# set/get base frequency parameters via virtual field
p$baseFreqs<-c(4,4,1,1)/10
p$baseFreqs
# get object summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.