Learn R Programming

ggmlR (version 0.6.1)

abind_first: Bind Two Arrays Along the First Dimension

Description

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

Usage

abind_first(a, b)

Value

Combined array

Arguments

a

First array

b

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