labLL: Labels all lower elements below the diaqonal of square...

Description Usage Arguments Value Examples

View source: R/labFuncs.R

Description

Labels all lower elements below the diaqonal of square matrices

Usage

1
labLL(lab, i, sep = "_")

Arguments

lab

prefix character

i

number of rows/columns

Value

String vector arranged by column

Examples

1
2
3
4
library(OpenMx)

i = 5
mxMatrix("Stand", i, i, labels = labL("a", i))

espenmei/labOpenMx documentation built on May 25, 2019, 5:21 p.m.