Learn R Programming

narray (version 0.5.1)

vectors_to_row_or_col: Converts vectors in a list to row- or column vectors

Description

Converts vectors in a list to row- or column vectors

Usage

vectors_to_row_or_col(xlist, along)

Value

List where vectors are replaced by row- or col vectors (2d)

Arguments

xlist

List of array-like elements and vectors

along

Along which dimension vectors should be aligned