Learn R Programming

ggpattern (version 0.1.3)

my_abind: abind clone for adding a matrix to an array

Description

A very cut-down version of abind::abind() that will only stack a matrix onto an array.

Usage

my_abind(arr, mat)

Arguments

arr, mat

array and matrix to be stacked

Value

new array with matrix added as a new plane at the end of the array