Learn R Programming

wrMisc (version 1.15.3.1)

.checkConsistentArrList: Check list of arrays for consistent dimensions of all arrays

Description

This function allows to check list of arrays for consistent dimensions of all arrays

Usage

.checkConsistentArrList(
  arrLst,
  arrNDim = 3,
  fxName = NULL,
  varName = NULL,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Value

list

Arguments

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

See Also

used in cutArrayInCluLike

Examples

Run this code
.datSlope(c(3:6))

Run the code above in your browser using DataLab