powered by
Get the value of a rate parameter.
The rate parameters are: Alpha, Beta.
# S3 method for HKY getRateParam(this, name, ...)
An HKY object.
The name of the rate parameter.
Not used.
The list of rate parameters.
For more information see HKY.
HKY
# NOT RUN { # construct HKY object p<-HKY(); # set/get a rate parameter setRateParam(p,"Alpha",4) getRateParam(p,"Beta") # get object summary summary(p) # }
Run the code above in your browser using DataLab