abind_first: Bind Two Arrays Along the First Dimension

View source: R/helpers.R

abind_firstR Documentation

Bind Two Arrays Along the First Dimension

Description

Concatenates two arrays along the first dimension (samples axis).

Usage

abind_first(a, b)

Arguments

a

First array

b

Second array (must match dimensions of a except along dim 1)

Value

Combined array


ggmlR documentation built on July 14, 2026, 1:08 a.m.