Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (15 sloc) 444 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{bm_to_amat}
\alias{bm_to_amat}
\title{Convert BoolModel into adjacency matrix}
\usage{
bm_to_amat(x, directed = T)
}
\arguments{
\item{x}{S4 BoolModel object.}
\item{directed}{logical. Whether to return directed or undirected adjacency matrix. Default to TRUE.}
}
\description{
This function converts a BoolModel object into an adjacency matrix.
}