Learn R Programming

wrMisc (version 1.15.3.1)

.arrLstSEM: Summarize along columns of mult arrays in list

Description

This function allows summarizing along columns of mult arrays in list

Usage

.arrLstSEM(
  arrLst,
  arrOutp = FALSE,
  signifDig = 3,
  formatCheck = FALSE,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Value

array (1st dim will be summary along cols, rows will be layers of 3rd array-dim ie dim(arrLst[[1]])[3])

Arguments

arrLst

(list) main input

arrOutp

(logical)

signifDig

(integer)

formatCheck

(logical)

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

used in cutArrayInCluLike

Examples

Run this code
.datSlope(c(3:6))

Run the code above in your browser using DataLab