Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
model_setdiff: Find the set difference between two Boolean models
Description
This method takes in two models and find the set difference between them. Return a vector with the set difference.
Usage
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.