Rdocumentation
powered by
Learn R Programming
deeplearning (version 0.1.0)
verticalize: Creates a matrix by repeating a row vector N times
Description
helper function that repeat a row vector N times
Usage
verticalize(vector, N)
Arguments
vector
the row vector
N
number of rows in the output matirx
Value
a matrix