Learn R Programming

phylosim (version 3.0.5)

getRateParam.HKY: Get the value of a rate parameter

Description

Get the value of a rate parameter.

The rate parameters are: Alpha, Beta.

Usage

# S3 method for HKY
getRateParam(this, name, ...)

Arguments

this

An HKY object.

name

The name of the rate parameter.

...

Not used.

Value

The list of rate parameters.

See Also

For more information see HKY.

Examples

Run this code
# 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