add_array_dim: Add 1 dimension to array

Description Usage Arguments Value Examples

View source: R/unsorted.R

Description

Add 1 dimension to array

Usage

1

Arguments

a

array object

d

dimension to add (<= length(dim(a))+1)

Value

array

Examples

1
2
x <- matrix(1:6, 3, 2)
add_array_dim(a, 1)

jsilve24/driver documentation built on Jan. 30, 2022, 12:07 p.m.