Description Usage Arguments Value Author(s) See Also Examples
Get the value of a rate parameter.
The rate parameters are named as in PAML (see PAML documentation: http://bit.ly/9SQK2f).
1 2 | ## S3 method for class 'GTR'
getRateParam(this, name, ...)
|
this |
A GTR object. |
name |
The name of the rate parameter. |
... |
Not used. |
A numeric vector of length one.
Botond Sipos, Gregory Jordan
For more information see GTR
.
1 2 3 4 5 6 7 8 | # construct a GTR object
p<-GTR();
# set/get a rate parameter
setRateParam(p,"a",4)
getRateParam(p,"a")
# get object summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.