boolIntersect: Boolean intersection

Description Usage Arguments Details Value Author(s) Examples

Description

Boolean intersection

Usage

1
boolIntersect(..., string = TRUE)

Arguments

...

string represented implicants.

string

whether returned the string represented outcome or data.frame represented outcome.

Details

It is an operator of boolean intersection.

Value

A string or data frame.

Author(s)

Ronggui HUANG

Examples

1
boolIntersect("a*B*D","a*B*c")

QCA3 documentation built on Jan. 15, 2017, 6:58 p.m.

Related to boolIntersect in QCA3...