hasUndefinedRate.GeneralInDel: Check whether the general rate of a GeneralInDel object is...

Description Usage Arguments Value Author(s) See Also Examples

Description

Check whether the general rate of a GeneralInDel object is undefined.

Usage

1
2
## S3 method for class 'GeneralInDel'
hasUndefinedRate(this, ...)

Arguments

this

A GeneralInDel object.

...

Not used.

Value

TRUE or FALSE.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see GeneralInDel.

Examples

1
2
3
4
5
6
7
8
9
	# create a GeneralInDel object
	o<-GeneralInDel()
	# check if the general rate is undefined
	hasUndefinedRate(o)
	# set general rate
	o$rate<-1
	# check rate again
	hasUndefinedRate(o)
 

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