Learn R Programming

QCA3 (version 0.0-8)

boolIntersect: Boolean intersection

Description

Boolean intersection

Usage

boolIntersect(..., string = TRUE)

Arguments

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

Value

A string or data frame.

Details

It is an operator of boolean intersection.

Examples

Run this code
boolIntersect("a*B*D","a*B*c")

Run the code above in your browser using DataLab