Learn R Programming

phylosim (version 3.0.5)

is.Process: Check if an object is an instance of the Process class

Description

Check if an object is an instance of the Process class.

Usage

# S3 method for default
is.Process(this, ...)

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create some objects
	a<-Site();
	p<-Process()
	# check if they inherit from Process
	is.Process(a)
	is.Process(p)

 
# }

Run the code above in your browser using DataLab