Learn R Programming

phylosim (version 3.0.5)

setRateParam.K81: Set the value of a rate parameter

Description

Set the value of a rate parameter.

The rate parameters are: Alpha, Beta, Gamma.

Usage

# S3 method for K81
setRateParam(this, name, value, ...)

Arguments

this

A K81 object.

name

The name of the rate parameter.

value

A numeric vector of length one.

...

Not used.

Value

The new value of the rate parameter (invisible).

See Also

For more information see K81.

Examples

Run this code
# NOT RUN {
	# construct a K80 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