Learn R Programming

phylosim (version 3.0.5)

==.Process: Check whether the two supplied Process objects are identical

Description

Check whether the two supplied Process objects are identical.

Usage

# S3 method for Process
==(e1, e2, ...)

Arguments

e1

A Process object.

e2

A Process object.

...

Not used.

Value

TRUE or FALSE;

See Also

For more information see Process.

Examples

Run this code
# NOT RUN {
	# create some Process objects
	p1<-Process()
	p2<-clone(p1)
	# check object equality
	p1 == p1
	p1 == p2
 
# }

Run the code above in your browser using DataLab