Learn R Programming

crmPack (version 2.1.0)

and,Opening,Opening-method: Logical AND Operator for Opening Objects

Description

[Experimental]

Combines two Opening objects with AND logic using the & operator. This creates an OpeningAll object.

Usage

# S4 method for Opening,Opening
&(e1, e2)

Value

An OpeningAll object combining e1 and e2.

Arguments

e1

(Opening) the first opening object.

e2

(Opening) the second opening object.

See Also

OpeningAll for more details.