hasUndefinedRate.Process: Check if the Process object has undefined rate parameters

Description Usage Arguments Value Author(s) See Also Examples

Description

Check if the Process object has undefined rate parameters.

For the instances of the Process class this method always returns FALSE. Descendant classes should implement more meaningful methods.

Usage

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

Arguments

this

A Process object.

...

Not used.

Value

FALSE

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
	# create object
	p<-Process()
	# check if has undefined rates
	hasUndefinedRate(p)	# return FALSE

 

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