model_setdiff: Find the set difference between two Boolean models

Description Usage Arguments

Description

This method takes in two models and find the set difference between them. Return a vector with the set difference.

Usage

1
model_setdiff(x, y, directed = F)

Arguments

x

S4 BoolModel object. Test model.

y

S4 BoolModel object. Reference model.

directed

logical. If TRUE, return the difference in terms with respect to x.


BTR documentation built on May 2, 2019, 12:21 p.m.