setRateParamList.F84: Set the rate parameters

Description Usage Arguments Value Author(s) See Also Examples

Description

Set the rate parameters.

The rate parameters are: Kappa.

Usage

1
2
## S3 method for class 'F84'
setRateParamList(this, value, ...)

Arguments

this

A F84 object.

value

A list containing the rate parameters.

...

Not used.

Value

The list of rate parameters (invisible).

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see F84.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
       # create F84 object
       p<-F84()
       # set/get rate parameters
       setRateParamList(p,list("Kappa"=3))
       getRateParamList(p)
       # set/get rate parameters via virtual field
       p$rateParamList<-list("Kappa"=2.5)
       p$rateParamList
       # get object summary
       summary(p)
 

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