naAdder: Add NAs to MPS Graph Matrix

Description Usage Arguments Examples

View source: R/myPackage.R

Description

Internal function that adds NAs to matrix that holds MPS graph data

Usage

1
naAdder(myMat)

Arguments

myMat

matrix of MPS data

Examples

1
2
3
4
mat_input<-c('Var1','Var1','Var1','Var1','Var2','Var2',
   'Var3','Var3','Var4','Var5','Var4','Var5')
mat1<-matrix(mat_input,nrow=4)
naAdder(mat1)

nkissel/ModelPath documentation built on Feb. 13, 2021, 12:53 a.m.