vectors_to_row_or_col {narray} | R Documentation |
Converts vectors in a list to row- or column vectors
vectors_to_row_or_col(xlist, along)
xlist |
List of array-like elements and vectors |
along |
Along which dimension vectors should be aligned |
List where vectors are replaced by row- or col vectors (2d)