.arrLstMean | R Documentation |
This function allows summarizing along columns of multiple arrays in list
.arrLstMean(
arrLst,
sumType = "mean",
arrOutp = FALSE,
signifDig = 3,
formatCheck = FALSE,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
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 |
array (1st dim will be summary along cols, rows will be layers of 3rd array-dim
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.