setRateParam.TN93: Set the value of a rate parameter

Description Usage Arguments Value Author(s) See Also Examples

Description

Set the value of a rate parameter.

The rate parameters are: Alpha1, Alpha2, Beta.

Usage

1
2
## S3 method for class 'TN93'
setRateParam(this, name, value, ...)

Arguments

this

A TN93 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).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see TN93.

Examples

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

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