.checkConsistentArrList {wrMisc} | R 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))
[Package wrMisc version 1.15.1 Index]