powered by
This function provides convenient shortcut to create a vertical (column) vector.
v(...)
arbitrary number of values
matrix with dims n_elements x 1
# NOT RUN { # Enumerating all the values with commas v(1, 2, 3) # Passing whole sequence as an argument v(1:5) # }
Run the code above in your browser using DataLab