dot-checkConsistentArrList: Check list of arrays for consistent dimensions of all arrays

.checkConsistentArrListR Documentation

Check list of arrays for consistent dimensions of all arrays

Description

This function allows to check list of arrays for consistent dimensions of all arrays

Usage

.checkConsistentArrList(
  arrLst,
  arrNDim = 3,
  fxName = NULL,
  varName = NULL,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Arguments

arrLst

(list) main input

arrNDim

(integer) number of dimensions for arrays

fxName

(character) this name will be given in message

varName

(character)

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

Value

list

See Also

used in cutArrayInCluLike

Examples

.datSlope(c(3:6))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.