getRateParam.K81: Get the value of a rate parameter

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the value of a rate parameter.

The rate parameters are: Alpha, Beta, Gamma.

Usage

1
2
## S3 method for class 'K81'
getRateParam(this, name, ...)

Arguments

this

A K81 object.

name

The name of the rate parameter.

...

Not used.

Value

The value of the rate parameter.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see K81.

Examples

1
2
3
4
5
6
7
8
	# construct a K81 object
	p<-K81();
	# set/get a rate parameter
	setRateParam(p,"Alpha",4)
	getRateParam(p,"Gamma")
	# get object summary
	summary(p)
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.