.arrLstMean {wrMisc} | R Documentation |
Summarize along columns of multiple arrays in list
Description
This function allows summarizing along columns of multiple arrays in list
Usage
.arrLstMean(
arrLst,
sumType = "mean",
arrOutp = FALSE,
signifDig = 3,
formatCheck = FALSE,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
Arguments
arrLst |
(list) main input |
sumType |
(character) |
arrOutp |
(logical) |
signifDig |
(integer) |
formatCheck |
(logical) |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
Value
array (1st dim will be summary along cols, rows will be layers of 3rd array-dim
See Also
used in cutArrayInCluLike
Examples
.datSlope(c(3:6))
[Package wrMisc version 1.15.1 Index]