incidence2Adjacency:
Convert an incidence matrix into an adjacency matrix.
Description
Convert the incidence matrix (model representation of CellNoptR) into an adjacency matrix. Denotes the inputs/output relationships.
Usage
incidence2Adjacency(model)
Arguments
model
Model from CellNoptR.
Value
Directed Adjacency matrix of size n_species by n_species.