Translates slice objects to concatenation along the first axis.
For example: >>> np.r_[np.array([1,2,3]), 0, 0, np.array([4,5,6])] array([1, 2, 3, 0, 0, 4, 5, 6])
numpy.c
numpy.s