Learn R Programming

phylosim (version 3.0.5)

getKappa.F84: Get the transition transversion rate ratio

Description

Get the transition transversion rate ratio.

Usage

# S3 method for F84
getKappa(this, ...)

Arguments

this

A F84 object.

...

Not used.

Value

A numeric vector of length one.

See Also

For more information see F84.

Examples

Run this code
# NOT RUN {
       # construct a F84 object
       p<-F84();
	# set/get Kappa
	setKappa(p,2)
	getKappa(p)
	# set/get Kappa via virtual field
	p$kappa<-4
	p$kappa
	# get object summary
	summary(p)
 
# }

Run the code above in your browser using DataLab