EleChemr (version 1.1.0)

ZeroMat: Starting Matrix of reduces species and fluxes

Description

Return a matrix ixj filled with 0 value

Usage

ZeroMat(i, j = i)

Arguments

i

number of rows

j

number of columns

Value

a matrix of dimention ixj filled with 1 value

Examples

Run this code
# NOT RUN {
ZeroMat(2,2)

# }

Run the code above in your browser using DataCamp Workspace