Translates slice objects to concatenation along the second axis.
For example: >>> np.c_[np.array([[1,2,3]]), 0, 0, np.array([[4,5,6]])] array([1, 2, 3, 0, 0, 4, 5, 6])
Indexing routines
numpy.r