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

Description Usage Arguments Value Author(s) See Also Examples

Description

Check whether the two supplied Process objects are identical.

Usage

1
2
## S3 method for class 'Process'
e1 == e2, ...

Arguments

e1

A Process object.

e2

A Process object.

...

Not used.

Value

TRUE or FALSE;

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Process.

Examples

1
2
3
4
5
6
7
	# create some Process objects
	p1<-Process()
	p2<-clone(p1)
	# check object equality
	p1 == p1
	p1 == p2
 

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