.fuse2ArrBy2ndDim {wrMisc} | R Documentation |
fuse 2 instances of 3dim arr as mult cols in 3dim array
Description
This function allows fusing 2 instances of 3dim arr as mult cols in 3dim array (ie fuse along 2nd dim, increase cols)
Usage
.fuse2ArrBy2ndDim(arr1, arr2, silent = FALSE, debug = FALSE, callFrom = NULL)
Arguments
arr1 |
(array) |
arr2 |
(array) |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
Value
This functuin returns a numeric vector with numer of non-numeric characters (ie not '.' or 0-9))
See Also
Examples
aa <- 11:15
[Package wrMisc version 1.15.1 Index]