vectors_to_row_or_col {narray} | R Documentation |
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)
Arguments
xlist |
List of array-like elements and vectors |
along |
Along which dimension vectors should be aligned |
Value
List where vectors are replaced by row- or col vectors (2d)
[Package narray version 0.5.1 Index]