.checkConsistentArrList: 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
See Also
used in cutArrayInCluLike