Learn R Programming

phylosim (version 3.0.2)

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

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

# S3 method for Process
hasUndefinedRate(this, ...)

Arguments

this

A Process object.

...

Not used.

Value

FALSE

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create object
	p<-Process()
	# check if has undefined rates
	hasUndefinedRate(p)	# return FALSE

 
# }

Run the code above in your browser using DataLab