Learn R Programming

sensitivityPStrat (version 1.0-3)

funArray: Create an array of functions

Description

Creates a array of functions.

Usage

funArray(data = NA, dim = length(data), dimnames = NULL)

Arguments

data
funVector; vector to turn into an array.
dim
integer vector; vector of maximal indices for each dimension.
dimnames
list of character vectors; either NULL or the names for each dimension. One component for each dimension, either NULL or the names for each dimension index.

See Also

funVector, vector