EleChemr (version 1.1.0)

OneMat: Starting Matrix of oxidazed species

Description

Return a matrix ixj filled with 1 value

Usage

OneMat(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 {
OneMat(2,2)

# }

Run the code above in your browser using DataCamp Workspace