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