Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
20 lines (16 sloc) 558 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/general.R
\name{model_setdiff}
\alias{model_setdiff}
\title{Find the set difference between two Boolean models}
\usage{
model_setdiff(x, y, directed = F)
}
\arguments{
\item{x}{S4 BoolModel object. Test model.}
\item{y}{S4 BoolModel object. Reference model.}
\item{directed}{logical. If TRUE, return the difference in terms with respect to x.}
}
\description{
This method takes in two models and find the set difference between them. Return a vector with the set difference.
}