Learn R Programming

wrMisc (version 1.15.3.1)

.fuse2ArrBy2ndDim: 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)

Value

This functuin returns a numeric vector with numer of non-numeric characters (ie not '.' or 0-9))

Arguments

arr1

(array)

arr2

(array)

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

Examples

Run this code
aa <- 11:15

Run the code above in your browser using DataLab