.checkConsistentArrList | R Documentation |
This function allows to check list of arrays for consistent dimensions of all arrays
.checkConsistentArrList(
arrLst,
arrNDim = 3,
fxName = NULL,
varName = NULL,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
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 |
list
used in cutArrayInCluLike
.datSlope(c(3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.