powered by
Get the value of a rate parameter.
The rate parameters are named as in PAML (see PAML documentation: http://bit.ly/9SQK2f).
# S3 method for GTR getRateParam(this, name, ...)
A GTR object.
The name of the rate parameter.
Not used.
A numeric vector of length one.
For more information see GTR.
GTR
# NOT RUN { # construct a GTR object p<-GTR(); # set/get a rate parameter setRateParam(p,"a",4) getRateParam(p,"a") # get object summary summary(p) # }
Run the code above in your browser using DataLab